Instructions to use ModelsLab/midashenglm-gen-wer-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ModelsLab/midashenglm-gen-wer-lora with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Drop the null task_type the Hub parser warns about
Browse files- adapter_config.json +0 -1
adapter_config.json
CHANGED
|
@@ -66,7 +66,6 @@
|
|
| 66 |
"q_proj"
|
| 67 |
],
|
| 68 |
"target_parameters": null,
|
| 69 |
-
"task_type": null,
|
| 70 |
"trainable_token_indices": null,
|
| 71 |
"use_bdlora": null,
|
| 72 |
"use_dora": false,
|
|
|
|
| 66 |
"q_proj"
|
| 67 |
],
|
| 68 |
"target_parameters": null,
|
|
|
|
| 69 |
"trainable_token_indices": null,
|
| 70 |
"use_bdlora": null,
|
| 71 |
"use_dora": false,
|