JamesJenkins
commited on
Commit
•
03af198
1
Parent(s):
7e4dcbb
Update README.md
Browse files
README.md
CHANGED
@@ -23,10 +23,11 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
|
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -90,4 +91,4 @@ The following hyperparameters were used during training:
|
|
90 |
- Transformers 4.42.4
|
91 |
- Pytorch 2.4.0+cu121
|
92 |
- Datasets 2.21.0
|
93 |
-
- Tokenizers 0.19.1
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.89
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.89
|
30 |
+
pipeline_tag: audio-classification
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
91 |
- Transformers 4.42.4
|
92 |
- Pytorch 2.4.0+cu121
|
93 |
- Datasets 2.21.0
|
94 |
+
- Tokenizers 0.19.1
|