MariaOlb commited on
Commit
94c38a6
1 Parent(s): 7bb443d

End of training

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - common_voice_11_0
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: test-results
10
+ results:
11
+ - task:
12
+ name: Automatic Speech Recognition
13
+ type: automatic-speech-recognition
14
+ dataset:
15
+ name: common_voice_11_0
16
+ type: common_voice_11_0
17
+ config: ar
18
+ split: test
19
+ args: ar
20
+ metrics:
21
+ - name: Wer
22
+ type: wer
23
+ value: 1.0
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # test-results
30
+
31
+ This model was trained from scratch on the common_voice_11_0 dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 3.3797
34
+ - Wer: 1.0
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 0.0003
54
+ - train_batch_size: 16
55
+ - eval_batch_size: 8
56
+ - seed: 42
57
+ - gradient_accumulation_steps: 2
58
+ - total_train_batch_size: 32
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_steps: 12
62
+ - num_epochs: 10
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
67
+ |:-------------:|:-----:|:----:|:---------------:|:---:|
68
+ | No log | 5.0 | 15 | 3.4148 | 1.0 |
69
+ | 3.4381 | 10.0 | 30 | 3.3797 | 1.0 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.36.2
75
+ - Pytorch 2.1.2+cu121
76
+ - Datasets 2.16.0
77
+ - Tokenizers 0.15.0