Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ metrics:
|
|
| 7 |
model-index:
|
| 8 |
- name: my_awesome_torgo_model
|
| 9 |
results: []
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# my_awesome_torgo_model
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 0.3247
|
| 20 |
- Accuracy: 0.9025
|
|
@@ -68,4 +70,4 @@ The following hyperparameters were used during training:
|
|
| 68 |
- Transformers 4.29.2
|
| 69 |
- Pytorch 2.0.1+cu118
|
| 70 |
- Datasets 2.12.0
|
| 71 |
-
- Tokenizers 0.13.3
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: my_awesome_torgo_model
|
| 9 |
results: []
|
| 10 |
+
language:
|
| 11 |
+
- en
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 16 |
|
| 17 |
# my_awesome_torgo_model
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the [Torgo dataset from Kaggle](https://www.kaggle.com/datasets/iamhungundji/dysarthria-detection).
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
- Loss: 0.3247
|
| 22 |
- Accuracy: 0.9025
|
|
|
|
| 70 |
- Transformers 4.29.2
|
| 71 |
- Pytorch 2.0.1+cu118
|
| 72 |
- Datasets 2.12.0
|
| 73 |
+
- Tokenizers 0.13.3
|