Luyen009 commited on
Commit
3570389
·
verified ·
1 Parent(s): d9b37d3

End of training

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/wav2vec2-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: test-model
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # test-model
17
+
18
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3947
21
+ - Accuracy: 0.8833
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.3
49
+ - num_epochs: 10
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
56
+ | 1.0551 | 0.9960 | 62 | 0.9662 | 0.5412 |
57
+ | 0.9308 | 1.9920 | 124 | 0.8707 | 0.5433 |
58
+ | 0.7962 | 2.9880 | 186 | 0.7354 | 0.6841 |
59
+ | 0.7254 | 4.0 | 249 | 0.7400 | 0.7042 |
60
+ | 0.5941 | 4.9960 | 311 | 0.5405 | 0.8169 |
61
+ | 0.4736 | 5.9920 | 373 | 0.5045 | 0.8471 |
62
+ | 0.4399 | 6.9880 | 435 | 0.4102 | 0.8813 |
63
+ | 0.374 | 8.0 | 498 | 0.4052 | 0.8813 |
64
+ | 0.3425 | 8.9960 | 560 | 0.4335 | 0.8632 |
65
+ | 0.3171 | 9.9598 | 620 | 0.3947 | 0.8833 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.44.0
71
+ - Pytorch 2.4.0
72
+ - Datasets 2.21.0
73
+ - Tokenizers 0.19.1