End of training
Browse files- README.md +14 -14
- training_args.bin +2 -2
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy:
|
26 |
-
- Precision:
|
27 |
-
- Recall:
|
28 |
-
- F1:
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -48,21 +48,21 @@ The following hyperparameters were used during training:
|
|
48 |
- train_batch_size: 16
|
49 |
- eval_batch_size: 16
|
50 |
- seed: 42
|
51 |
-
- optimizer:
|
52 |
- lr_scheduler_type: linear
|
53 |
- num_epochs: 3
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1
|
58 |
-
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
-
- Transformers 4.
|
67 |
-
- Pytorch 2.5.
|
68 |
-
- Tokenizers 0.
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.7039
|
25 |
+
- Accuracy: 0.7694
|
26 |
+
- Precision: 0.7689
|
27 |
+
- Recall: 0.7694
|
28 |
+
- F1: 0.7664
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
48 |
- train_batch_size: 16
|
49 |
- eval_batch_size: 16
|
50 |
- seed: 42
|
51 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
- lr_scheduler_type: linear
|
53 |
- num_epochs: 3
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| 1.3946 | 1.0 | 609 | 0.9761 | 0.6868 | 0.7020 | 0.6868 | 0.6792 |
|
60 |
+
| 0.8815 | 2.0 | 1218 | 0.7569 | 0.7546 | 0.7581 | 0.7546 | 0.7505 |
|
61 |
+
| 0.6847 | 3.0 | 1827 | 0.7039 | 0.7694 | 0.7689 | 0.7694 | 0.7664 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
+
- Transformers 4.46.2
|
67 |
+
- Pytorch 2.5.1+cu121
|
68 |
+
- Tokenizers 0.20.3
|
training_args.bin
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:866319643ade77b92c6805d1acbc34811ebdccbec7021c7192cba666962e3f67
|
3 |
+
size 5304
|