Update README.md
Browse files
README.md
CHANGED
@@ -39,20 +39,12 @@ It achieves the following results on the evaluation set:
|
|
39 |
|
40 |
This fine-tuning model is part of my school project.
|
41 |
With limitation of my compute, I scale down the dataset from german common voice to shuffled 200k rows
|
42 |
-
## Model description
|
43 |
-
|
44 |
-
Model Parameter (pipe.model.num_parameters()): 37760640 (37M)
|
45 |
-
|
46 |
-
|
47 |
-
## Intended uses & limitations
|
48 |
|
49 |
-
|
50 |
-
|
51 |
-
## Training and evaluation data
|
52 |
|
53 |
-
|
54 |
|
55 |
-
|
56 |
|
57 |
### Training hyperparameters
|
58 |
|
@@ -87,3 +79,13 @@ The following hyperparameters were used during training:
|
|
87 |
- Pytorch 2.3.0
|
88 |
- Datasets 2.19.1
|
89 |
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
This fine-tuning model is part of my school project.
|
41 |
With limitation of my compute, I scale down the dataset from german common voice to shuffled 200k rows
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
+
Additional information can be found in this github: [HanCreation/Whisper-Tiny-German](https://github.com/HanCreation/Whisper-Tiny-German)
|
|
|
|
|
44 |
|
45 |
+
## Model description
|
46 |
|
47 |
+
Model Parameter (pipe.model.num_parameters()): 37760640 (37M)
|
48 |
|
49 |
### Training hyperparameters
|
50 |
|
|
|
79 |
- Pytorch 2.3.0
|
80 |
- Datasets 2.19.1
|
81 |
- Tokenizers 0.19.1
|
82 |
+
|
83 |
+
## Intended uses & limitations
|
84 |
+
|
85 |
+
More information needed
|
86 |
+
|
87 |
+
## Training and evaluation data
|
88 |
+
|
89 |
+
More information needed
|
90 |
+
|
91 |
+
## Training procedure
|