Update README.md
Browse files
README.md
CHANGED
@@ -11,11 +11,11 @@ pipeline_tag: automatic-speech-recognition
|
|
11 |
|
12 |
This is a fine-tuned [whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) model for Latvian, trained by [AiLab.lv](https://ailab.lv) using two general-purpose speech datasets: the Latvian part of [Common Voice 17.0](https://commonvoice.mozilla.org/lv/datasets), and a Latvian broadcast dataset [LATE-Media](https://korpuss.lv/id/LATE-mediji).
|
13 |
|
14 |
-
We also provide a quantized version of the model in the GGML format.
|
15 |
|
16 |
## Training
|
17 |
|
18 |
-
Fine-tuning was done using the Hugging Face Transformers [
|
19 |
|
20 |
Training data:
|
21 |
| Dataset | Hours |
|
|
|
11 |
|
12 |
This is a fine-tuned [whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) model for Latvian, trained by [AiLab.lv](https://ailab.lv) using two general-purpose speech datasets: the Latvian part of [Common Voice 17.0](https://commonvoice.mozilla.org/lv/datasets), and a Latvian broadcast dataset [LATE-Media](https://korpuss.lv/id/LATE-mediji).
|
13 |
|
14 |
+
We also provide a 5-bit quantized version of the model in the GGML format.
|
15 |
|
16 |
## Training
|
17 |
|
18 |
+
Fine-tuning was done using the Hugging Face Transformers library with a modified [seq2seq script](https://github.com/huggingface/transformers/tree/main/examples/pytorch/speech-recognition#sequence-to-sequence).
|
19 |
|
20 |
Training data:
|
21 |
| Dataset | Hours |
|