Commit
•
9e71777
1
Parent(s):
d6b6ee6
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (159449fe1644971fe869640400a2de10cc905ba1)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,32 +1,33 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
datasets:
|
3 |
- coscan-speech2
|
4 |
-
license: apache-2.0
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
|
|
7 |
model-index:
|
8 |
- name: wav2vec2-base-coscan-no-age_group
|
9 |
results:
|
10 |
-
-
|
|
|
|
|
|
|
11 |
name: Coscan Speech
|
12 |
type: NbAiLab/coscan-speech
|
13 |
metrics:
|
14 |
-
-
|
15 |
-
type: accuracy
|
16 |
value: 0.6618436706215234
|
17 |
-
|
18 |
-
|
19 |
value: 0.7624056323691577
|
20 |
-
|
21 |
-
name: Audio Classification
|
22 |
-
type: audio-classification
|
23 |
-
tags:
|
24 |
-
- generated_from_trainer
|
25 |
-
language:
|
26 |
-
- 'no'
|
27 |
-
- nb
|
28 |
-
library_name: transformers
|
29 |
-
pipeline_tag: audio-classification
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- 'no'
|
4 |
+
- nb
|
5 |
+
license: apache-2.0
|
6 |
+
library_name: transformers
|
7 |
+
tags:
|
8 |
+
- generated_from_trainer
|
9 |
datasets:
|
10 |
- coscan-speech2
|
|
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
+
pipeline_tag: audio-classification
|
14 |
+
base_model: facebook/wav2vec2-base
|
15 |
model-index:
|
16 |
- name: wav2vec2-base-coscan-no-age_group
|
17 |
results:
|
18 |
+
- task:
|
19 |
+
type: audio-classification
|
20 |
+
name: Audio Classification
|
21 |
+
dataset:
|
22 |
name: Coscan Speech
|
23 |
type: NbAiLab/coscan-speech
|
24 |
metrics:
|
25 |
+
- type: accuracy
|
|
|
26 |
value: 0.6618436706215234
|
27 |
+
name: Test Accuracy
|
28 |
+
- type: accuracy
|
29 |
value: 0.7624056323691577
|
30 |
+
name: Validation Accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|