Create README.md
Browse files
README.md
CHANGED
@@ -1,63 +1,15 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
license: mit
|
4 |
-
base_model: openai/whisper-large-v3-turbo
|
5 |
-
tags:
|
6 |
-
- generated_from_trainer
|
7 |
datasets:
|
8 |
-
- common_voice_11_0
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.0432
|
22 |
-
|
23 |
-
## Model description
|
24 |
-
|
25 |
-
More information needed
|
26 |
-
|
27 |
-
## Intended uses & limitations
|
28 |
-
|
29 |
-
More information needed
|
30 |
-
|
31 |
-
## Training and evaluation data
|
32 |
-
|
33 |
-
More information needed
|
34 |
-
|
35 |
-
## Training procedure
|
36 |
-
|
37 |
-
### Training hyperparameters
|
38 |
-
|
39 |
-
The following hyperparameters were used during training:
|
40 |
-
- learning_rate: 0.0001
|
41 |
-
- train_batch_size: 1
|
42 |
-
- eval_batch_size: 1
|
43 |
-
- seed: 42
|
44 |
-
- gradient_accumulation_steps: 2
|
45 |
-
- total_train_batch_size: 2
|
46 |
-
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
-
- lr_scheduler_type: linear
|
48 |
-
- lr_scheduler_warmup_steps: 200
|
49 |
-
- num_epochs: 1
|
50 |
-
|
51 |
-
### Training results
|
52 |
-
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
-
|:-------------:|:------:|:-----:|:---------------:|
|
55 |
-
| 0.0131 | 1.0000 | 13475 | 0.0432 |
|
56 |
-
|
57 |
-
|
58 |
-
### Framework versions
|
59 |
-
|
60 |
-
- Transformers 4.50.0
|
61 |
-
- Pytorch 2.6.0+cu124
|
62 |
-
- Datasets 3.4.1
|
63 |
-
- Tokenizers 0.21.1
|
|
|
1 |
---
|
|
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
+
- mozilla-foundation/common_voice_11_0
|
5 |
+
language:
|
6 |
+
- fa
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
+
base_model:
|
10 |
+
- openai/whisper-large-v3-turbo
|
11 |
+
pipeline_tag: automatic-speech-recognition
|
12 |
+
library_name: transformers
|
13 |
+
tags:
|
14 |
+
- medical
|
15 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|