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.9552
|
22 |
-
- eval_samples_per_second: 9.081
|
23 |
-
- eval_steps_per_second: 1.009
|
24 |
-
- epoch: 4.8
|
25 |
-
- step: 10
|
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: 3.1319
|
22 |
+
- Accuracy: 0.0667
|
23 |
+
- F1: 0.0121
|
|
|
|
|
|
|
|
|
|
|
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 |
+
| No log | 0.96 | 2 | 3.1337 | 0.0444 | 0.0066 |
|
59 |
+
| No log | 1.92 | 4 | 3.1337 | 0.0444 | 0.0066 |
|
60 |
+
| No log | 2.88 | 6 | 3.1341 | 0.0444 | 0.0128 |
|
61 |
+
| No log | 3.84 | 8 | 3.1299 | 0.0444 | 0.0043 |
|
62 |
+
| 3.1206 | 4.8 | 10 | 3.1281 | 0.0444 | 0.0042 |
|
63 |
+
| 3.1206 | 5.76 | 12 | 3.1319 | 0.0667 | 0.0121 |
|
64 |
+
|
65 |
+
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.36.2
|
runs/May01_22-10-00_ip-10-0-2-237/events.out.tfevents.1714601401.ip-10-0-2-237.5033.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35e0eb5d0c2d576548998200a908d07f57366df1d381a88c458cf4396eb353c5
|
3 |
+
size 9500
|