Instructions to use Ellight/whisper-tiny-hi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ellight/whisper-tiny-hi with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update adapter_config.json
Browse files- adapter_config.json +2 -2
adapter_config.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
| 26 |
"q_proj",
|
| 27 |
"v_proj"
|
| 28 |
],
|
| 29 |
-
"task_type":
|
| 30 |
"use_dora": false,
|
| 31 |
-
"use_rslora": false
|
| 32 |
}
|
|
|
|
| 26 |
"q_proj",
|
| 27 |
"v_proj"
|
| 28 |
],
|
| 29 |
+
"task_type": "",
|
| 30 |
"use_dora": false,
|
| 31 |
+
"use_rslora": false,
|
| 32 |
}
|