vitouphy commited on
Commit
5a9291e
·
1 Parent(s): 505da71

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -1
README.md CHANGED
@@ -1,3 +1,67 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: wav2vec2-xls-r-300m-phoneme
7
+ results: []
8
  ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # wav2vec2-xls-r-300m-phoneme
14
+
15
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.3327
18
+ - Cer: 0.1332
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 3e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 4
42
+ - total_train_batch_size: 32
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 2000
46
+ - training_steps: 7000
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 3.4324 | 1.32 | 1000 | 3.3693 | 0.9091 |
54
+ | 2.1751 | 2.65 | 2000 | 1.1382 | 0.2397 |
55
+ | 1.3986 | 3.97 | 3000 | 0.4886 | 0.1452 |
56
+ | 1.2285 | 5.3 | 4000 | 0.3842 | 0.1351 |
57
+ | 1.142 | 6.62 | 5000 | 0.3505 | 0.1349 |
58
+ | 1.1075 | 7.95 | 6000 | 0.3323 | 0.1317 |
59
+ | 1.0867 | 9.27 | 7000 | 0.3265 | 0.1315 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.17.0.dev0
65
+ - Pytorch 1.10.2+cu102
66
+ - Datasets 1.18.2.dev0
67
+ - Tokenizers 0.11.0