lucas-meyer commited on
Commit
d683488
1 Parent(s): f07866c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: seq-xls-r-fleurs_nl-run2-asr_af-run15
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # seq-xls-r-fleurs_nl-run2-asr_af-run15
16
+
17
+ This model is a fine-tuned version of [lucas-meyer/xls-r-fleurs_nl-run2](https://huggingface.co/lucas-meyer/xls-r-fleurs_nl-run2) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4339
20
+ - Wer: 0.3560
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0003
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 2
44
+ - total_train_batch_size: 16
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 500
48
+ - num_epochs: 30
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
55
+ | 11.2739 | 0.29 | 50 | 5.2927 | 1.0 |
56
+ | 3.8398 | 0.59 | 100 | 3.3122 | 1.0 |
57
+ | 3.1152 | 0.88 | 150 | 3.0188 | 1.0 |
58
+ | 2.9857 | 1.17 | 200 | 2.9748 | 0.9998 |
59
+ | 2.8793 | 1.47 | 250 | 2.7253 | 1.0 |
60
+ | 2.0828 | 1.76 | 300 | 1.5219 | 0.9291 |
61
+ | 1.1713 | 2.05 | 350 | 0.8089 | 0.6017 |
62
+ | 0.74 | 2.35 | 400 | 0.6447 | 0.5613 |
63
+ | 0.6223 | 2.64 | 450 | 0.5806 | 0.4899 |
64
+ | 0.5661 | 2.93 | 500 | 0.5890 | 0.4928 |
65
+ | 0.4624 | 3.23 | 550 | 0.5796 | 0.4767 |
66
+ | 0.4107 | 3.52 | 600 | 0.5077 | 0.4624 |
67
+ | 0.3755 | 3.81 | 650 | 0.4489 | 0.4109 |
68
+ | 0.3255 | 4.11 | 700 | 0.4474 | 0.3887 |
69
+ | 0.2728 | 4.4 | 750 | 0.4477 | 0.3958 |
70
+ | 0.2756 | 4.69 | 800 | 0.4477 | 0.3841 |
71
+ | 0.282 | 4.99 | 850 | 0.4243 | 0.3914 |
72
+ | 0.2362 | 5.28 | 900 | 0.4756 | 0.4081 |
73
+ | 0.2262 | 5.57 | 950 | 0.4554 | 0.3824 |
74
+ | 0.2315 | 5.87 | 1000 | 0.3963 | 0.3721 |
75
+ | 0.2016 | 6.16 | 1050 | 0.4290 | 0.3734 |
76
+ | 0.1772 | 6.45 | 1100 | 0.4419 | 0.3649 |
77
+ | 0.1835 | 6.74 | 1150 | 0.4339 | 0.3560 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.28.0
83
+ - Pytorch 2.0.1+cu117
84
+ - Datasets 2.14.4
85
+ - Tokenizers 0.13.3