Yanna Torres commited on
Commit
24cf1fe
1 Parent(s): 5ed21db

End of training

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: jonatasgrosman/wav2vec2-xls-r-1b-portuguese
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: wav2vec2-xls-r-1b-portuguese-casa-civil-030124
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
+ # wav2vec2-xls-r-1b-portuguese-casa-civil-030124
17
+
18
+ This model is a fine-tuned version of [jonatasgrosman/wav2vec2-xls-r-1b-portuguese](https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-portuguese) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5479
21
+ - Wer: 0.1310
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: 0.0003
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 32
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 500
49
+ - num_epochs: 30
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
56
+ | 28.5913 | 2.0 | 100 | 1.2903 | 0.1460 |
57
+ | 1.1869 | 4.0 | 200 | 0.6083 | 0.1537 |
58
+ | 0.8173 | 6.0 | 300 | 0.7054 | 0.2217 |
59
+ | 0.7882 | 8.0 | 400 | 0.7377 | 0.2711 |
60
+ | 0.6783 | 10.0 | 500 | 0.7785 | 0.2321 |
61
+ | 0.5541 | 12.0 | 600 | 0.6881 | 0.2394 |
62
+ | 0.5104 | 14.0 | 700 | 0.7285 | 0.2270 |
63
+ | 0.344 | 16.0 | 800 | 0.6114 | 0.1991 |
64
+ | 0.304 | 18.0 | 900 | 0.5559 | 0.1906 |
65
+ | 0.2315 | 20.0 | 1000 | 0.6833 | 0.1727 |
66
+ | 0.2144 | 22.0 | 1100 | 0.5632 | 0.1695 |
67
+ | 0.1725 | 24.0 | 1200 | 0.5597 | 0.1463 |
68
+ | 0.1492 | 26.0 | 1300 | 0.5356 | 0.1472 |
69
+ | 0.118 | 28.0 | 1400 | 0.5499 | 0.1344 |
70
+ | 0.1083 | 30.0 | 1500 | 0.5479 | 0.1310 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.36.2
76
+ - Pytorch 2.1.2+cu121
77
+ - Datasets 2.16.0
78
+ - Tokenizers 0.15.0