beatrice-yap
commited on
Commit
•
30bad97
1
Parent(s):
448dd84
End of training
Browse files- README.md +5 -9
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,14 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# wav2vec2-base-nsc-demo-4
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
17 |
-
It achieves the following results on the evaluation set:
|
18 |
-
- eval_loss: 2.9489
|
19 |
-
- eval_wer: 1.0
|
20 |
-
- eval_runtime: 17.5944
|
21 |
-
- eval_samples_per_second: 17.051
|
22 |
-
- eval_steps_per_second: 2.16
|
23 |
-
- epoch: 11.36
|
24 |
-
- step: 250
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -47,7 +39,11 @@ 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_steps: 100
|
50 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
51 |
|
52 |
### Framework versions
|
53 |
|
|
|
14 |
# wav2vec2-base-nsc-demo-4
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
- lr_scheduler_warmup_steps: 100
|
42 |
+
- num_epochs: 1
|
43 |
+
|
44 |
+
### Training results
|
45 |
+
|
46 |
+
|
47 |
|
48 |
### Framework versions
|
49 |
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377658785
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:108d252bf4f2b0ef40e8dfe49d30d2d30d4c4f2bcfebffbc7b675a85be9f0f4e
|
3 |
size 377658785
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a17277af1f4f045e7c8f9417c3fd0a29edd322e0f23ad1f9aa03c363aee27b5
|
3 |
size 4027
|