DewiBrynJones commited on
Commit
3abc973
·
verified ·
1 Parent(s): a087b53

Model save

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: DewiBrynJones/wav2vec2-xls-r-1b-ft-yt
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: wav2vec2-xls-r-1b-yt-ft-cv-cy
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-xls-r-1b-yt-ft-cv-cy
18
+
19
+ This model is a fine-tuned version of [DewiBrynJones/wav2vec2-xls-r-1b-ft-yt](https://huggingface.co/DewiBrynJones/wav2vec2-xls-r-1b-ft-yt) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: nan
22
+ - Wer: 1.0
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0003
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 100
48
+ - training_steps: 1000
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
54
+ |:-------------:|:------:|:----:|:---------------:|:---:|
55
+ | No log | 0.1004 | 200 | nan | 1.0 |
56
+ | No log | 0.2008 | 400 | nan | 1.0 |
57
+ | 0.0 | 0.3012 | 600 | nan | 1.0 |
58
+ | 0.0 | 0.4016 | 800 | nan | 1.0 |
59
+ | 0.0 | 0.5020 | 1000 | nan | 1.0 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.46.2
65
+ - Pytorch 2.5.1+cu124
66
+ - Datasets 3.1.0
67
+ - Tokenizers 0.20.3