Aditya3107 commited on
Commit
83d07ab
·
verified ·
1 Parent(s): 8479c20

Model save

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/wav2vec2-xls-r-300m
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: wav2vec2-MYST
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # wav2vec2-MYST
18
+
19
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: nan
22
+ - Wer: 1.0
23
+ - Cer: 1.0005
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0003
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
47
+ - num_devices: 2
48
+ - total_train_batch_size: 8
49
+ - total_eval_batch_size: 16
50
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 500
53
+ - num_epochs: 15.0
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
59
+ |:-------------:|:-------:|:------:|:---------------:|:---:|:------:|
60
+ | 3.7175 | 1.1963 | 10000 | inf | 1.0 | 1.0005 |
61
+ | 0.0 | 2.3926 | 20000 | nan | 1.0 | 1.0005 |
62
+ | 0.0 | 3.5889 | 30000 | nan | 1.0 | 1.0005 |
63
+ | 0.0 | 4.7853 | 40000 | nan | 1.0 | 1.0005 |
64
+ | 0.0 | 5.9816 | 50000 | nan | 1.0 | 1.0005 |
65
+ | 0.0 | 7.1779 | 60000 | nan | 1.0 | 1.0005 |
66
+ | 0.0 | 8.3742 | 70000 | nan | 1.0 | 1.0005 |
67
+ | 0.0 | 9.5705 | 80000 | nan | 1.0 | 1.0005 |
68
+ | 0.0 | 10.7668 | 90000 | nan | 1.0 | 1.0005 |
69
+ | 0.0 | 11.9632 | 100000 | nan | 1.0 | 1.0005 |
70
+ | 0.0 | 13.1595 | 110000 | nan | 1.0 | 1.0005 |
71
+ | 0.0 | 14.3558 | 120000 | nan | 1.0 | 1.0005 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.48.0.dev0
77
+ - Pytorch 2.5.1+cu124
78
+ - Datasets 3.2.0
79
+ - Tokenizers 0.21.0