Instructions to use yamete4/codegen-350M-mono-QLoRa-flytech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yamete4/codegen-350M-mono-QLoRa-flytech with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update adapter_config.json
Browse files- adapter_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"target_modules": [
|
| 22 |
"qkv_proj"
|
| 23 |
],
|
| 24 |
-
"task_type": "
|
| 25 |
"use_dora": false,
|
| 26 |
"use_rslora": false
|
| 27 |
}
|
|
|
|
| 21 |
"target_modules": [
|
| 22 |
"qkv_proj"
|
| 23 |
],
|
| 24 |
+
"task_type": "CodeGenForCausalLM",
|
| 25 |
"use_dora": false,
|
| 26 |
"use_rslora": false
|
| 27 |
}
|