EzraWilliam commited on
Commit
e49629b
1 Parent(s): 06f89e3

End of training

Browse files
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
  - xtreme_s
7
  metrics:
8
  - wer
9
- base_model: facebook/wav2vec2-base
10
  model-index:
11
  - name: wav2vec2-XLS-R-Fleurs-demo-google-colab-Ezra_William_Prod2
12
  results:
13
  - task:
14
- type: automatic-speech-recognition
15
  name: Automatic Speech Recognition
 
16
  dataset:
17
  name: xtreme_s
18
  type: xtreme_s
@@ -20,9 +20,9 @@ model-index:
20
  split: test
21
  args: fleurs.id_id
22
  metrics:
23
- - type: wer
 
24
  value: 1.0
25
- name: Wer
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,9 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # wav2vec2-XLS-R-Fleurs-demo-google-colab-Ezra_William_Prod2
32
 
33
- This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the xtreme_s dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 2.8837
36
  - Wer: 1.0
37
 
38
  ## Model description
@@ -68,30 +68,15 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:---:|
71
- | 3.962 | 3.08 | 100 | 2.8983 | 1.0 |
72
- | 2.9085 | 6.15 | 200 | 2.8864 | 1.0 |
73
- | 2.9094 | 9.23 | 300 | 2.9040 | 1.0 |
74
- | 2.8976 | 12.31 | 400 | 2.9628 | 1.0 |
75
- | 2.901 | 15.38 | 500 | 2.8694 | 1.0 |
76
- | 2.8913 | 18.46 | 600 | 2.8954 | 1.0 |
77
- | 2.8918 | 21.54 | 700 | 2.8726 | 1.0 |
78
- | 2.892 | 24.62 | 800 | 2.8865 | 1.0 |
79
- | 2.8856 | 27.69 | 900 | 2.9127 | 1.0 |
80
- | 2.8893 | 30.77 | 1000 | 2.8989 | 1.0 |
81
- | 2.8862 | 33.85 | 1100 | 2.8831 | 1.0 |
82
- | 2.8853 | 36.92 | 1200 | 2.8960 | 1.0 |
83
- | 2.8856 | 40.0 | 1300 | 2.8911 | 1.0 |
84
- | 2.8849 | 43.08 | 1400 | 2.8926 | 1.0 |
85
- | 2.8829 | 46.15 | 1500 | 2.8837 | 1.0 |
86
- | 2.8812 | 49.23 | 1600 | 2.8859 | 1.0 |
87
- | 2.8825 | 52.31 | 1700 | 2.8858 | 1.0 |
88
- | 2.8833 | 55.38 | 1800 | 2.8856 | 1.0 |
89
- | 2.88 | 58.46 | 1900 | 2.8837 | 1.0 |
90
 
91
 
92
  ### Framework versions
93
 
94
- - Transformers 4.35.2
95
  - Pytorch 2.1.2+cu121
96
- - Datasets 1.18.3
97
  - Tokenizers 0.15.1
 
1
  ---
2
  license: apache-2.0
3
+ base_model: facebook/wav2vec2-large-xlsr-53
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
  - xtreme_s
8
  metrics:
9
  - wer
 
10
  model-index:
11
  - name: wav2vec2-XLS-R-Fleurs-demo-google-colab-Ezra_William_Prod2
12
  results:
13
  - task:
 
14
  name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
  dataset:
17
  name: xtreme_s
18
  type: xtreme_s
 
20
  split: test
21
  args: fleurs.id_id
22
  metrics:
23
+ - name: Wer
24
+ type: wer
25
  value: 1.0
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # wav2vec2-XLS-R-Fleurs-demo-google-colab-Ezra_William_Prod2
32
 
33
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the xtreme_s dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 2.8652
36
  - Wer: 1.0
37
 
38
  ## Model description
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:---:|
71
+ | 5.2884 | 14.29 | 100 | 2.8917 | 1.0 |
72
+ | 2.9104 | 28.57 | 200 | 2.8763 | 1.0 |
73
+ | 2.9035 | 42.86 | 300 | 2.8750 | 1.0 |
74
+ | 2.877 | 57.14 | 400 | 2.8652 | 1.0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
 
76
 
77
  ### Framework versions
78
 
79
+ - Transformers 4.37.1
80
  - Pytorch 2.1.2+cu121
81
+ - Datasets 2.16.1
82
  - Tokenizers 0.15.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ecf6582f27b846d2a123882c4d3925327a1fbddaef709dd887c9dc8ec0f699b3
3
  size 1262073980
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f35f109cb5880b70220ec925cb8858f015b8e2b3c113cc9250e3b3dab0de1bfc
3
  size 1262073980
runs/Jan28_14-01-59_8a9b44249c59/events.out.tfevents.1706450525.8a9b44249c59.1494.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3ac93fa47cd45bf4d9ad541fe8a031041543c75829defa93902509709c50497
3
- size 7560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:353cce1fd1de7ff7da1e4d2ac26db163f83f3c8b922e1c78ba7e60c5e1c4da0b
3
+ size 8389