wav2vec2-attempt2
Browse files
README.md
CHANGED
@@ -3,6 +3,9 @@ license: apache-2.0
|
|
3 |
base_model: facebook/wav2vec2-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: wav2vec2-attempt2
|
8 |
results: []
|
@@ -15,14 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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 |
-
-
|
19 |
-
-
|
20 |
-
-
|
21 |
-
- eval_runtime: 1457.2717
|
22 |
-
- eval_samples_per_second: 9.588
|
23 |
-
- eval_steps_per_second: 1.066
|
24 |
-
- epoch: 5.0
|
25 |
-
- step: 3234
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,6 +51,18 @@ The following hyperparameters were used during training:
|
|
53 |
- num_epochs: 6
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.36.2
|
|
|
3 |
base_model: facebook/wav2vec2-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
model-index:
|
10 |
- name: wav2vec2-attempt2
|
11 |
results: []
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.2685
|
22 |
+
- Accuracy: 0.9373
|
23 |
+
- F1: 0.9372
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
- num_epochs: 6
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
58 |
+
| 1.0285 | 1.0 | 646 | 0.9877 | 0.7123 | 0.7029 |
|
59 |
+
| 0.6367 | 2.0 | 1293 | 0.5708 | 0.8314 | 0.8333 |
|
60 |
+
| 0.3915 | 3.0 | 1940 | 0.4389 | 0.8745 | 0.8730 |
|
61 |
+
| 0.2359 | 4.0 | 2587 | 0.3361 | 0.9077 | 0.9082 |
|
62 |
+
| 0.0987 | 5.0 | 3234 | 0.2901 | 0.9246 | 0.9248 |
|
63 |
+
| 0.0705 | 5.99 | 3876 | 0.2685 | 0.9373 | 0.9372 |
|
64 |
+
|
65 |
+
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.36.2
|