Jamshid Ahmadov commited on
Commit
f1e218b
·
verified ·
1 Parent(s): 8801e36

End of training

Browse files
Files changed (2) hide show
  1. README.md +25 -15
  2. generation_config.json +1 -1
README.md CHANGED
@@ -3,8 +3,7 @@ library_name: transformers
3
  language:
4
  - uz
5
  license: apache-2.0
6
- base_model:
7
- - openai/whisper-base
8
  tags:
9
  - generated_from_trainer
10
  metrics:
@@ -12,8 +11,6 @@ metrics:
12
  model-index:
13
  - name: Whisper base uz - Jamshid Ahmadov
14
  results: []
15
- datasets:
16
- - mozilla-foundation/common_voice_17_0
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -21,11 +18,24 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  # Whisper base uz - Jamshid Ahmadov
23
 
24
- This model is a fine-tuned version of Whisper on an Common Voice dataset.
25
  It achieves the following results on the evaluation set:
26
- - Loss: 0.0831
27
- - Wer: 7.5451
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  ### Training hyperparameters
31
 
@@ -44,17 +54,17 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss | Wer |
48
- |:-------------:|:------:|:----:|:---------------:|:------:|
49
- | 0.0851 | 0.5714 | 500 | 0.0879 | 8.4092 |
50
- | 0.0508 | 1.1429 | 1000 | 0.0869 | 8.2086 |
51
- | 0.047 | 1.7143 | 1500 | 0.0845 | 7.8846 |
52
- | 0.0255 | 2.2857 | 2000 | 0.0831 | 7.5451 |
53
 
54
 
55
  ### Framework versions
56
 
57
- - Transformers 4.50.2
58
  - Pytorch 2.5.1+cu121
59
  - Datasets 3.5.0
60
- - Tokenizers 0.21.0
 
3
  language:
4
  - uz
5
  license: apache-2.0
6
+ base_model: jamshidahmadov/whisper-uz
 
7
  tags:
8
  - generated_from_trainer
9
  metrics:
 
11
  model-index:
12
  - name: Whisper base uz - Jamshid Ahmadov
13
  results: []
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
18
 
19
  # Whisper base uz - Jamshid Ahmadov
20
 
21
+ This model is a fine-tuned version of [jamshidahmadov/whisper-uz](https://huggingface.co/jamshidahmadov/whisper-uz) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1652
24
+ - Wer: 14.0135
25
 
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
 
40
  ### Training hyperparameters
41
 
 
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
58
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
59
+ | 0.0346 | 0.5714 | 500 | 0.1719 | 14.7950 |
60
+ | 0.0348 | 1.1429 | 1000 | 0.1703 | 14.2490 |
61
+ | 0.0327 | 1.7143 | 1500 | 0.1672 | 14.1848 |
62
+ | 0.02 | 2.2857 | 2000 | 0.1652 | 14.0135 |
63
 
64
 
65
  ### Framework versions
66
 
67
+ - Transformers 4.50.3
68
  - Pytorch 2.5.1+cu121
69
  - Datasets 3.5.0
70
+ - Tokenizers 0.21.0
generation_config.json CHANGED
@@ -244,5 +244,5 @@
244
  "transcribe": 50359,
245
  "translate": 50358
246
  },
247
- "transformers_version": "4.50.2"
248
  }
 
244
  "transcribe": 50359,
245
  "translate": 50358
246
  },
247
+ "transformers_version": "4.50.3"
248
  }