Update README.md
Browse files
README.md
CHANGED
@@ -12,8 +12,6 @@ model-index:
|
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
-
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
# ru_whisper_small - Val123val
|
19 |
|
@@ -22,7 +20,7 @@ This model is a fine-tuned version of [openai/whisper-small](https://huggingface
|
|
22 |
## Model description
|
23 |
|
24 |
Whisper is a Transformer based encoder-decoder model, also referred to as a sequence-to-sequence model. It was trained on 680k hours of labelled speech data annotated using large-scale weak supervision. Russian language is only 5k hours within all.
|
25 |
-
ru_whisper_small is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Sberdevices_golos_10h_crowd dataset. ru-whisper is also potentially quite useful as an ASR solution for developers, especially for Russian speech recognition. They may exhibit additional capabilities, particularly if fine-tuned on certain tasks
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
@@ -120,7 +118,6 @@ assistant_model = AutoModelForSpeechSeq2Seq.from_pretrained(
|
|
120 |
|
121 |
assistant_model.to(device);
|
122 |
|
123 |
-
|
124 |
# make pipe
|
125 |
pipe = pipeline(
|
126 |
"automatic-speech-recognition",
|
|
|
12 |
results: []
|
13 |
---
|
14 |
|
|
|
|
|
15 |
|
16 |
# ru_whisper_small - Val123val
|
17 |
|
|
|
20 |
## Model description
|
21 |
|
22 |
Whisper is a Transformer based encoder-decoder model, also referred to as a sequence-to-sequence model. It was trained on 680k hours of labelled speech data annotated using large-scale weak supervision. Russian language is only 5k hours within all.
|
23 |
+
ru_whisper_small is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Sberdevices_golos_10h_crowd dataset. ru-whisper is also potentially quite useful as an ASR solution for developers, especially for Russian speech recognition. They may exhibit additional capabilities, particularly if fine-tuned on business certain tasks.
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
|
|
118 |
|
119 |
assistant_model.to(device);
|
120 |
|
|
|
121 |
# make pipe
|
122 |
pipe = pipeline(
|
123 |
"automatic-speech-recognition",
|