tristayqc commited on
Commit
96d8761
1 Parent(s): c349b53

End of training

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: jonatasgrosman/wav2vec2-large-xlsr-53-japanese
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - common_voice_13_0
8
+ metrics:
9
+ - wer
10
+ model-index:
11
+ - name: my_jp_asr_cv13_model
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: common_voice_13_0
18
+ type: common_voice_13_0
19
+ config: ja
20
+ split: None
21
+ args: ja
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 0.9
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # my_jp_asr_cv13_model
32
+
33
+ This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-japanese](https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-japanese) on the common_voice_13_0 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 2.2464
36
+ - Cer: 0.2452
37
+ - Wer: 0.9
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 1e-05
57
+ - train_batch_size: 8
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - gradient_accumulation_steps: 2
61
+ - total_train_batch_size: 16
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 500
65
+ - training_steps: 2000
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Cer | Wer |
71
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:---:|
72
+ | 0.1017 | 400.0 | 1000 | 2.1846 | 0.25 | 0.8 |
73
+ | 0.0553 | 800.0 | 2000 | 2.2464 | 0.2452 | 0.9 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.40.1
79
+ - Pytorch 2.2.1+cu121
80
+ - Datasets 2.19.0
81
+ - Tokenizers 0.19.1