Reference runtime examples
Browse files
README.md
CHANGED
@@ -39,6 +39,9 @@ Additionally, the tanslation task was not trained and also degraded. This model
|
|
39 |
Please follow the original [model card](https://huggingface.co/openai/whisper-large-v3#usage) for usage details - replacing with this model name.
|
40 |
You can also fine other weight formats ad quantizations on the [ivrit ai](https://huggingface.co/ivrit-ai) HF page.
|
41 |
|
|
|
|
|
|
|
42 |
## Training Details
|
43 |
|
44 |
### Training Data
|
|
|
39 |
Please follow the original [model card](https://huggingface.co/openai/whisper-large-v3#usage) for usage details - replacing with this model name.
|
40 |
You can also fine other weight formats ad quantizations on the [ivrit ai](https://huggingface.co/ivrit-ai) HF page.
|
41 |
|
42 |
+
We created some simple example scripts using this model and weights for other indference runtimes.
|
43 |
+
Find those in the ["examples"](https://github.com/ivrit-ai/asr-training/tree/master/examples) folder within the training GitHub repo.
|
44 |
+
|
45 |
## Training Details
|
46 |
|
47 |
### Training Data
|