update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
@@ -12,7 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# speech_processing_project_wav2vec2
|
14 |
|
15 |
-
This model
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -38,7 +37,7 @@ The following hyperparameters were used during training:
|
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
- lr_scheduler_type: linear
|
40 |
- lr_scheduler_warmup_steps: 1000
|
41 |
-
- num_epochs:
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
44 |
### Training results
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
model-index:
|
|
|
11 |
|
12 |
# speech_processing_project_wav2vec2
|
13 |
|
14 |
+
This model was trained from scratch on the None dataset.
|
15 |
|
16 |
## Model description
|
17 |
|
|
|
37 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
- lr_scheduler_type: linear
|
39 |
- lr_scheduler_warmup_steps: 1000
|
40 |
+
- num_epochs: 100
|
41 |
- mixed_precision_training: Native AMP
|
42 |
|
43 |
### Training results
|