csikasote commited on
Commit
a68fbd5
1 Parent(s): 8e151aa

Model save

Browse files
Files changed (2) hide show
  1. README.md +88 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/wav2vec2-xls-r-1b
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: xls-r-1b-bem-genbed-f-model
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
+ # xls-r-1b-bem-genbed-f-model
18
+
19
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3247
22
+ - Wer: 0.5988
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: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 8
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 500
50
+ - num_epochs: 30.0
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
56
+ |:-------------:|:------:|:----:|:---------------:|:------:|
57
+ | No log | 0.2740 | 100 | 3.0378 | 1.0 |
58
+ | No log | 0.5479 | 200 | 0.8302 | 0.9818 |
59
+ | No log | 0.8219 | 300 | 0.6783 | 0.9103 |
60
+ | No log | 1.0959 | 400 | 0.5512 | 0.8721 |
61
+ | 1.8782 | 1.3699 | 500 | 0.5296 | 0.8568 |
62
+ | 1.8782 | 1.6438 | 600 | 0.4413 | 0.7333 |
63
+ | 1.8782 | 1.9178 | 700 | 0.4747 | 0.7614 |
64
+ | 1.8782 | 2.1918 | 800 | 0.3884 | 0.6667 |
65
+ | 1.8782 | 2.4658 | 900 | 0.3577 | 0.6355 |
66
+ | 0.5114 | 2.7397 | 1000 | 0.3585 | 0.6321 |
67
+ | 0.5114 | 3.0137 | 1100 | 0.3641 | 0.6607 |
68
+ | 0.5114 | 3.2877 | 1200 | 0.3813 | 0.7282 |
69
+ | 0.5114 | 3.5616 | 1300 | 0.3829 | 0.7086 |
70
+ | 0.5114 | 3.8356 | 1400 | 0.3682 | 0.6413 |
71
+ | 0.3931 | 4.1096 | 1500 | 0.3527 | 0.6221 |
72
+ | 0.3931 | 4.3836 | 1600 | 0.3481 | 0.6297 |
73
+ | 0.3931 | 4.6575 | 1700 | 0.3541 | 0.6193 |
74
+ | 0.3931 | 4.9315 | 1800 | 0.3355 | 0.6242 |
75
+ | 0.3931 | 5.2055 | 1900 | 0.3339 | 0.5801 |
76
+ | 0.3293 | 5.4795 | 2000 | 0.3137 | 0.5529 |
77
+ | 0.3293 | 5.7534 | 2100 | 0.3132 | 0.5822 |
78
+ | 0.3293 | 6.0274 | 2200 | 0.3145 | 0.5676 |
79
+ | 0.3293 | 6.3014 | 2300 | 0.3283 | 0.5961 |
80
+ | 0.3293 | 6.5753 | 2400 | 0.3247 | 0.5988 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.46.0.dev0
86
+ - Pytorch 2.4.1+cu121
87
+ - Datasets 3.0.1
88
+ - Tokenizers 0.20.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02290bb1218d1b395a920dc9817a4471cd9760ba96a6cb9502242b9c87ee4ae2
3
  size 3850249844
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f1e79cebd21b23c7d618b7ec33ad250b03386f65f081dd5558f568c01b8c969
3
  size 3850249844