End of training
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,7 +38,7 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate: 0.
|
42 |
- train_batch_size: 32
|
43 |
- eval_batch_size: 32
|
44 |
- seed: 42
|
@@ -47,22 +47,27 @@ The following hyperparameters were used during training:
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch
|
55 |
-
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0682
|
22 |
+
- Accuracy: 0.9784
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 0.0003
|
42 |
- train_batch_size: 32
|
43 |
- eval_batch_size: 32
|
44 |
- seed: 42
|
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
+
- num_epochs: 15
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
56 |
+
| 1.7893 | 0.9851 | 33 | 1.5529 | 0.4602 |
|
57 |
+
| 0.9637 | 2.0 | 67 | 0.8562 | 0.7563 |
|
58 |
+
| 0.5758 | 2.9851 | 100 | 0.4980 | 0.8276 |
|
59 |
+
| 0.5401 | 4.0 | 134 | 0.3442 | 0.8875 |
|
60 |
+
| 0.3908 | 4.9851 | 167 | 0.4630 | 0.8322 |
|
61 |
+
| 0.348 | 6.0 | 201 | 0.2102 | 0.9260 |
|
62 |
+
| 0.309 | 6.9851 | 234 | 0.1996 | 0.9391 |
|
63 |
+
| 0.305 | 8.0 | 268 | 0.3001 | 0.9185 |
|
64 |
+
| 0.2311 | 8.9851 | 301 | 0.2150 | 0.9335 |
|
65 |
+
| 0.2362 | 10.0 | 335 | 0.1218 | 0.9550 |
|
66 |
+
| 0.1929 | 10.9851 | 368 | 0.1334 | 0.9550 |
|
67 |
+
| 0.1781 | 12.0 | 402 | 0.1077 | 0.9597 |
|
68 |
+
| 0.15 | 12.9851 | 435 | 0.0749 | 0.9719 |
|
69 |
+
| 0.1437 | 14.0 | 469 | 0.0710 | 0.9756 |
|
70 |
+
| 0.1135 | 14.7761 | 495 | 0.0682 | 0.9784 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
runs/Aug28_18-23-58_82d56dd11ddf/events.out.tfevents.1724869439.82d56dd11ddf.24.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd5226de4548658625a36785e8994d5adc18afd605a2286470270ff61628f4e5
|
3 |
+
size 22429
|