update model card README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
- automatic-speech-recognition
|
4 |
-
- dna_r9.4.1
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
- name: wav2vec2-tiny-demo
|
@@ -13,11 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# wav2vec2-tiny-demo
|
15 |
|
16 |
-
This model is a fine-tuned version of [yenpolin/wav2vec2-tiny](https://huggingface.co/yenpolin/wav2vec2-tiny) on the
|
17 |
-
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: nan
|
19 |
-
- Mean Acc: 0.0
|
20 |
-
- Median Acc: 0.0
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,7 +30,7 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate: 2e-
|
40 |
- train_batch_size: 1024
|
41 |
- eval_batch_size: 2048
|
42 |
- seed: 42
|
@@ -46,6 +40,9 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
1 |
---
|
2 |
tags:
|
|
|
|
|
3 |
- generated_from_trainer
|
4 |
model-index:
|
5 |
- name: wav2vec2-tiny-demo
|
|
|
11 |
|
12 |
# wav2vec2-tiny-demo
|
13 |
|
14 |
+
This model is a fine-tuned version of [yenpolin/wav2vec2-tiny](https://huggingface.co/yenpolin/wav2vec2-tiny) on the None dataset.
|
|
|
|
|
|
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
|
|
30 |
### Training hyperparameters
|
31 |
|
32 |
The following hyperparameters were used during training:
|
33 |
+
- learning_rate: 2e-06
|
34 |
- train_batch_size: 1024
|
35 |
- eval_batch_size: 2048
|
36 |
- seed: 42
|
|
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
+
| Training Loss | Epoch | Step | Validation Loss | Mean Acc | Median Acc |
|
44 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----------:|
|
45 |
+
| No log | 0.51 | 50 | nan | 0.0 | 0.0 |
|
46 |
|
47 |
|
48 |
### Framework versions
|