update model card README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
-
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# wav2vec2-base-finetuned-ks
|
18 |
|
19 |
-
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.23.1
|
66 |
- Pytorch 1.12.1+cu113
|
67 |
-
- Datasets 2.
|
68 |
- Tokenizers 0.13.1
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- minds14
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
|
|
16 |
|
17 |
# wav2vec2-base-finetuned-ks
|
18 |
|
19 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the minds14 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.6374
|
22 |
+
- Accuracy: 0.0619
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| No log | 0.8 | 3 | 2.6374 | 0.0619 |
|
57 |
+
| No log | 1.8 | 6 | 2.6433 | 0.0619 |
|
58 |
+
| No log | 2.8 | 9 | 2.6508 | 0.0531 |
|
59 |
+
| 3.2258 | 3.8 | 12 | 2.6540 | 0.0531 |
|
60 |
+
| 3.2258 | 4.8 | 15 | 2.6592 | 0.0442 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.23.1
|
66 |
- Pytorch 1.12.1+cu113
|
67 |
+
- Datasets 2.6.0
|
68 |
- Tokenizers 0.13.1
|