evanarlian commited on
Commit
40fec30
1 Parent(s): 2145a2e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - evanarlian/common_voice_11_0_id_filtered
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: wav2vec2-xls-r-113m-id
10
+ results:
11
+ - task:
12
+ name: Automatic Speech Recognition
13
+ type: automatic-speech-recognition
14
+ dataset:
15
+ name: evanarlian/common_voice_11_0_id_filtered
16
+ type: evanarlian/common_voice_11_0_id_filtered
17
+ metrics:
18
+ - name: Wer
19
+ type: wer
20
+ value: 1.0
21
+ ---
22
+
23
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
24
+ should probably proofread and complete it, then remove this comment. -->
25
+
26
+ # wav2vec2-xls-r-113m-id
27
+
28
+ This model is a fine-tuned version of [evanarlian/distil-wav2vec2-xls-r-113m-id](https://huggingface.co/evanarlian/distil-wav2vec2-xls-r-113m-id) on the evanarlian/common_voice_11_0_id_filtered dataset.
29
+ It achieves the following results on the evaluation set:
30
+ - Loss: 18.6052
31
+ - Wer: 1.0
32
+
33
+ ## Model description
34
+
35
+ More information needed
36
+
37
+ ## Intended uses & limitations
38
+
39
+ More information needed
40
+
41
+ ## Training and evaluation data
42
+
43
+ More information needed
44
+
45
+ ## Training procedure
46
+
47
+ ### Training hyperparameters
48
+
49
+ The following hyperparameters were used during training:
50
+ - learning_rate: 5e-05
51
+ - train_batch_size: 10
52
+ - eval_batch_size: 10
53
+ - seed: 42
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: linear
56
+ - lr_scheduler_warmup_ratio: 0.3
57
+ - num_epochs: 2.0
58
+ - mixed_precision_training: Native AMP
59
+
60
+ ### Training results
61
+
62
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
63
+ |:-------------:|:-----:|:----:|:---------------:|:---:|
64
+ | No log | 0.6 | 6 | 22.7124 | 1.0 |
65
+ | No log | 1.2 | 12 | 20.1775 | 1.0 |
66
+ | No log | 1.8 | 18 | 18.6052 | 1.0 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.25.1
72
+ - Pytorch 1.12.1
73
+ - Datasets 2.7.1
74
+ - Tokenizers 0.13.1