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: 4.7781
|
22 |
-
- eval_samples_per_second: 9.418
|
23 |
-
- eval_steps_per_second: 1.046
|
24 |
-
- epoch: 1.92
|
25 |
-
- step: 4
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,6 +51,15 @@ The following hyperparameters were used during training:
|
|
53 |
- num_epochs: 3
|
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: 3.1415
|
22 |
+
- Accuracy: 0.0444
|
23 |
+
- F1: 0.0063
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
- num_epochs: 3
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
58 |
+
| No log | 0.96 | 2 | 3.1368 | 0.0222 | 0.0060 |
|
59 |
+
| No log | 1.92 | 4 | 3.1368 | 0.0222 | 0.0060 |
|
60 |
+
| No log | 2.88 | 6 | 3.1415 | 0.0444 | 0.0063 |
|
61 |
+
|
62 |
+
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.36.2
|