Instructions to use goethe0101/GWP_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use goethe0101/GWP_Model with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Commit ·
942ac44
1
Parent(s): 81a4232
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
| 5 |
"inference_mode": true,
|
| 6 |
"init_lora_weights": true,
|
| 7 |
"layers_pattern": null,
|
|
|
|
| 8 |
"layers_to_transform": null,
|
| 9 |
"lora_alpha": 32,
|
| 10 |
"lora_dropout": 0.05,
|
|
|
|
| 5 |
"inference_mode": true,
|
| 6 |
"init_lora_weights": true,
|
| 7 |
"layers_pattern": null,
|
| 8 |
+
"model_type": "gpt_neox",
|
| 9 |
"layers_to_transform": null,
|
| 10 |
"lora_alpha": 32,
|
| 11 |
"lora_dropout": 0.05,
|