End of training
Browse files- README.md +15 -12
- model.safetensors +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,22 +44,25 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- gradient_accumulation_steps: 4
|
46 |
- total_train_batch_size: 8
|
47 |
-
- optimizer: Use
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch
|
55 |
-
|
56 |
-
|
|
57 |
-
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
-
- Transformers 4.
|
63 |
-
- Pytorch 2.5.1+
|
64 |
-
- Datasets 3.
|
65 |
-
- Tokenizers 0.
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.1835
|
22 |
+
- Accuracy: 0.8889
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- gradient_accumulation_steps: 4
|
46 |
- total_train_batch_size: 8
|
47 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
+
- num_epochs: 5
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| 7.4725 | 1.0 | 23 | 1.7542 | 0.6 |
|
57 |
+
| 6.5766 | 2.0 | 46 | 1.5813 | 0.7111 |
|
58 |
+
| 5.9666 | 3.0 | 69 | 1.4359 | 0.8 |
|
59 |
+
| 4.807 | 4.0 | 92 | 1.2130 | 0.9111 |
|
60 |
+
| 4.5109 | 4.8 | 110 | 1.1835 | 0.8889 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.47.1
|
66 |
+
- Pytorch 2.5.1+cu121
|
67 |
+
- Datasets 3.2.0
|
68 |
+
- Tokenizers 0.21.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378310592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e428408b7fd88f3af7694a4ead77c05e7b3571fd03729cdc37f7e2532b87ee7a
|
3 |
size 378310592
|