added github link
Browse files
README.md
CHANGED
@@ -68,6 +68,13 @@ It achieves the following results on the evaluation set:
|
|
68 |
- WER on validation set: 6.3672
|
69 |
- WER on test set: 6.79
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
## Model description
|
72 |
|
73 |
More information needed
|
|
|
68 |
- WER on validation set: 6.3672
|
69 |
- WER on test set: 6.79
|
70 |
|
71 |
+
## Source code
|
72 |
+
All the source coude is located both in:
|
73 |
+
* [GitHub repository](https://github.com/yks72p/whisper-finetuning-be)
|
74 |
+
* and under `src` folder
|
75 |
+
|
76 |
+
Code in these 2 places should be the same. GitHub is used to make development and training of multiple models (small, base, etc.) easier.
|
77 |
+
|
78 |
## Model description
|
79 |
|
80 |
More information needed
|