justin1983
commited on
Commit
•
65c9cd6
1
Parent(s):
1644265
update model card README.md
Browse files
README.md
CHANGED
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# my_awesome_mind_model
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 2.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -53,14 +53,14 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
-
| No log | 0.8 | 3 | 2.
|
57 |
-
| No log | 1.87 | 7 | 2.
|
58 |
-
| 2.
|
59 |
-
| 2.
|
60 |
-
| 2.
|
61 |
-
| 2.
|
62 |
-
| 2.
|
63 |
-
| 2.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
16 |
|
17 |
# my_awesome_mind_model
|
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.6541
|
22 |
+
- Accuracy: 0.0354
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| No log | 0.8 | 3 | 2.6365 | 0.1062 |
|
57 |
+
| No log | 1.87 | 7 | 2.6370 | 0.1150 |
|
58 |
+
| 2.6359 | 2.93 | 11 | 2.6422 | 0.0708 |
|
59 |
+
| 2.6359 | 4.0 | 15 | 2.6449 | 0.0354 |
|
60 |
+
| 2.6359 | 4.8 | 18 | 2.6499 | 0.0354 |
|
61 |
+
| 2.6289 | 5.87 | 22 | 2.6580 | 0.0442 |
|
62 |
+
| 2.6289 | 6.93 | 26 | 2.6559 | 0.0354 |
|
63 |
+
| 2.6209 | 8.0 | 30 | 2.6541 | 0.0354 |
|
64 |
|
65 |
|
66 |
### Framework versions
|