update model card README.md
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 minds14 dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 2.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -47,25 +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 | Step | Validation Loss | Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
| 3.
|
| 60 |
-
| 3.
|
| 61 |
-
| 3.
|
| 62 |
-
| 3.
|
| 63 |
-
| 3.
|
|
|
|
|
|
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
| 67 |
|
| 68 |
-
- Transformers 4.
|
| 69 |
-
- Pytorch
|
| 70 |
-
- Datasets 2.
|
| 71 |
-
- Tokenizers 0.
|
|
|
|
| 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.6359
|
| 22 |
+
- Accuracy: 0.0619
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 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: 10
|
| 51 |
|
| 52 |
### Training results
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 56 |
+
| No log | 0.8 | 3 | 2.6579 | 0.0796 |
|
| 57 |
+
| No log | 1.8 | 6 | 2.6500 | 0.0796 |
|
| 58 |
+
| No log | 2.8 | 9 | 2.6507 | 0.0708 |
|
| 59 |
+
| 3.2239 | 3.8 | 12 | 2.6486 | 0.0708 |
|
| 60 |
+
| 3.2239 | 4.8 | 15 | 2.6410 | 0.1150 |
|
| 61 |
+
| 3.2239 | 5.8 | 18 | 2.6365 | 0.0973 |
|
| 62 |
+
| 3.2191 | 6.8 | 21 | 2.6367 | 0.0885 |
|
| 63 |
+
| 3.2191 | 7.8 | 24 | 2.6379 | 0.0708 |
|
| 64 |
+
| 3.2191 | 8.8 | 27 | 2.6353 | 0.0796 |
|
| 65 |
+
| 3.2232 | 9.8 | 30 | 2.6359 | 0.0619 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
| 69 |
|
| 70 |
+
- Transformers 4.26.1
|
| 71 |
+
- Pytorch 2.1.0+cu121
|
| 72 |
+
- Datasets 2.17.1
|
| 73 |
+
- Tokenizers 0.13.3
|