Model save
Browse files- README.md +46 -36
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
-
- Per: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -36,55 +36,65 @@ More information needed
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 0.0005
|
39 |
-
- train_batch_size:
|
40 |
- eval_batch_size: 6
|
41 |
- seed: 42
|
42 |
- gradient_accumulation_steps: 4
|
43 |
-
- total_train_batch_size:
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 250
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Per |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
53 |
-
|
|
54 |
-
| 1.
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
|
85 |
### Framework versions
|
86 |
|
87 |
-
- Transformers 4.
|
88 |
- Pytorch 2.0.1+cu118
|
89 |
- Datasets 1.18.3
|
90 |
- Tokenizers 0.13.3
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.7800
|
19 |
+
- Per: 0.1135
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 0.0005
|
39 |
+
- train_batch_size: 8
|
40 |
- eval_batch_size: 6
|
41 |
- seed: 42
|
42 |
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 32
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 250
|
47 |
+
- num_epochs: 40.0
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Per |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
53 |
+
| 4.5228 | 1.0 | 546 | 2.1723 | 0.6314 |
|
54 |
+
| 1.2389 | 2.0 | 1093 | 0.9571 | 0.2597 |
|
55 |
+
| 0.7931 | 3.0 | 1640 | 0.8440 | 0.2246 |
|
56 |
+
| 0.6438 | 4.0 | 2187 | 0.7831 | 0.2045 |
|
57 |
+
| 0.5584 | 5.0 | 2733 | 0.7660 | 0.1922 |
|
58 |
+
| 0.5062 | 6.0 | 3280 | 0.7193 | 0.1724 |
|
59 |
+
| 0.4596 | 7.0 | 3827 | 0.7373 | 0.1720 |
|
60 |
+
| 0.4227 | 8.0 | 4374 | 0.6829 | 0.1629 |
|
61 |
+
| 0.3832 | 9.0 | 4920 | 0.7181 | 0.1608 |
|
62 |
+
| 0.3617 | 10.0 | 5467 | 0.7043 | 0.1591 |
|
63 |
+
| 0.3495 | 11.0 | 6014 | 0.7295 | 0.1566 |
|
64 |
+
| 0.3282 | 12.0 | 6561 | 0.6897 | 0.1508 |
|
65 |
+
| 0.3086 | 13.0 | 7107 | 0.7353 | 0.1554 |
|
66 |
+
| 0.2911 | 14.0 | 7654 | 0.7144 | 0.1477 |
|
67 |
+
| 0.2801 | 15.0 | 8201 | 0.6988 | 0.1442 |
|
68 |
+
| 0.2658 | 16.0 | 8748 | 0.7061 | 0.1475 |
|
69 |
+
| 0.252 | 17.0 | 9294 | 0.7090 | 0.1403 |
|
70 |
+
| 0.2487 | 18.0 | 9841 | 0.7032 | 0.1363 |
|
71 |
+
| 0.2363 | 19.0 | 10388 | 0.7087 | 0.1395 |
|
72 |
+
| 0.222 | 20.0 | 10935 | 0.6982 | 0.1345 |
|
73 |
+
| 0.2152 | 21.0 | 11481 | 0.6964 | 0.1361 |
|
74 |
+
| 0.2063 | 22.0 | 12028 | 0.7246 | 0.1341 |
|
75 |
+
| 0.1958 | 23.0 | 12575 | 0.7331 | 0.1347 |
|
76 |
+
| 0.1866 | 24.0 | 13122 | 0.7493 | 0.1326 |
|
77 |
+
| 0.1786 | 25.0 | 13668 | 0.7536 | 0.1381 |
|
78 |
+
| 0.1751 | 26.0 | 14215 | 0.7345 | 0.1308 |
|
79 |
+
| 0.169 | 27.0 | 14762 | 0.7274 | 0.1251 |
|
80 |
+
| 0.1616 | 28.0 | 15309 | 0.7590 | 0.1293 |
|
81 |
+
| 0.1589 | 29.0 | 15855 | 0.7330 | 0.1243 |
|
82 |
+
| 0.1495 | 30.0 | 16402 | 0.7517 | 0.1228 |
|
83 |
+
| 0.1415 | 31.0 | 16949 | 0.7454 | 0.1208 |
|
84 |
+
| 0.1376 | 32.0 | 17496 | 0.7827 | 0.1254 |
|
85 |
+
| 0.1337 | 33.0 | 18042 | 0.7523 | 0.1221 |
|
86 |
+
| 0.128 | 34.0 | 18589 | 0.7752 | 0.1208 |
|
87 |
+
| 0.1262 | 35.0 | 19136 | 0.7716 | 0.1174 |
|
88 |
+
| 0.1196 | 36.0 | 19683 | 0.7620 | 0.1164 |
|
89 |
+
| 0.1161 | 37.0 | 20229 | 0.7792 | 0.1164 |
|
90 |
+
| 0.1117 | 38.0 | 20776 | 0.7800 | 0.1140 |
|
91 |
+
| 0.1103 | 39.0 | 21323 | 0.7716 | 0.1134 |
|
92 |
+
| 0.1074 | 39.95 | 21840 | 0.7800 | 0.1135 |
|
93 |
|
94 |
|
95 |
### Framework versions
|
96 |
|
97 |
+
- Transformers 4.32.0
|
98 |
- Pytorch 2.0.1+cu118
|
99 |
- Datasets 1.18.3
|
100 |
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262098669
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2421eff14a7ae47eb80fb71e9a3d0c77b62ca2bf87f919083d9d3f5034c943d1
|
3 |
size 1262098669
|