Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
---
|
2 |
-
license: cc0-1.0
|
3 |
-
tags:
|
4 |
-
- generated_from_trainer
|
5 |
datasets:
|
6 |
- coscan-speech2
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
@@ -11,7 +9,28 @@ metrics:
|
|
11 |
- recall
|
12 |
model-index:
|
13 |
- name: wav2vec2-large-voxrex-swedish-coscan-no-region
|
14 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -64,9 +83,33 @@ The following hyperparameters were used during training:
|
|
64 |
| 0.0001 | 5.0 | 32340 | 1.1031 | 0.8700 | 0.8700 | 0.8700 | 0.8700 |
|
65 |
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
### Framework versions
|
68 |
|
69 |
- Transformers 4.22.0.dev0
|
70 |
- Pytorch 1.10.1+cu102
|
71 |
- Datasets 2.4.1.dev0
|
72 |
-
- Tokenizers 0.12.1
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
datasets:
|
3 |
- coscan-speech2
|
4 |
+
license: cc0-1.0
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
- f1
|
|
|
9 |
- recall
|
10 |
model-index:
|
11 |
- name: wav2vec2-large-voxrex-swedish-coscan-no-region
|
12 |
+
results:
|
13 |
+
- dataset:
|
14 |
+
name: Coscan Speech
|
15 |
+
type: NbAiLab/coscan-speech2
|
16 |
+
metrics:
|
17 |
+
- name: Test Accuracy on Coscan Speech
|
18 |
+
type: accuracy
|
19 |
+
value: 0.6155107552811807
|
20 |
+
- name: Validation Accuracy on Coscan Speech
|
21 |
+
type: accuracy
|
22 |
+
value: 0.8773432861141742
|
23 |
+
- name: Test F1 (micro) on Coscan Speech
|
24 |
+
type: f1
|
25 |
+
value: 0.6155107552811807
|
26 |
+
- name: Validation F1 (micro) on Coscan Speech
|
27 |
+
type: f1
|
28 |
+
value: 0.8773432861141742
|
29 |
+
task:
|
30 |
+
name: Audio Classification
|
31 |
+
type: audio-classification
|
32 |
+
tags:
|
33 |
+
- generated_from_trainer
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
83 |
| 0.0001 | 5.0 | 32340 | 1.1031 | 0.8700 | 0.8700 | 0.8700 | 0.8700 |
|
84 |
|
85 |
|
86 |
+
### Classification report on Coscan Speech (test set)
|
87 |
+
|
88 |
+
```
|
89 |
+
precision recall f1-score support
|
90 |
+
|
91 |
+
Bergen og Ytre Vestland 0.65 0.97 0.78 1809
|
92 |
+
Hedmark og Oppland 0.12 0.06 0.08 2302
|
93 |
+
Nordland 0.97 0.47 0.63 2195
|
94 |
+
Oslo-området 0.78 0.42 0.55 6957
|
95 |
+
Sunnmøre 0.94 0.71 0.81 2636
|
96 |
+
Sør-Vestlandet 0.96 0.46 0.62 2860
|
97 |
+
Sørlandet 0.62 0.81 0.70 2490
|
98 |
+
Troms 0.67 1.00 0.80 2867
|
99 |
+
Trøndelag 0.52 0.94 0.67 2666
|
100 |
+
Voss og omland 0.70 0.71 0.71 2641
|
101 |
+
Ytre Oslofjord 0.20 0.49 0.29 1678
|
102 |
+
|
103 |
+
accuracy 0.62 31101
|
104 |
+
macro avg 0.65 0.64 0.60 31101
|
105 |
+
weighted avg 0.68 0.62 0.61 31101
|
106 |
+
|
107 |
+
```
|
108 |
+
|
109 |
+
|
110 |
### Framework versions
|
111 |
|
112 |
- Transformers 4.22.0.dev0
|
113 |
- Pytorch 1.10.1+cu102
|
114 |
- Datasets 2.4.1.dev0
|
115 |
+
- Tokenizers 0.12.1
|