Audio-Text-to-Text
Transformers
Safetensors
English
Hindi
shuka
image-feature-extraction
custom_code
Instructions to use sarvamai/shuka-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sarvamai/shuka-1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sarvamai/shuka-1", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"ShukaModel"
|
| 5 |
],
|
| 6 |
"audio_config": {
|
| 7 |
-
"_name_or_path": "
|
| 8 |
"activation_dropout": 0.0,
|
| 9 |
"activation_function": "gelu",
|
| 10 |
"apply_spec_augment": true,
|
|
|
|
| 4 |
"ShukaModel"
|
| 5 |
],
|
| 6 |
"audio_config": {
|
| 7 |
+
"_name_or_path": "openai/whisper-large-v2",
|
| 8 |
"activation_dropout": 0.0,
|
| 9 |
"activation_function": "gelu",
|
| 10 |
"apply_spec_augment": true,
|