Instructions to use maneln/test4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maneln/test4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="maneln/test4")# Load model directly from transformers import AutoModelForQuestionAnswering model = AutoModelForQuestionAnswering.from_pretrained("maneln/test4", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"o_proj",
|
| 32 |
"q_proj"
|
| 33 |
],
|
| 34 |
-
"task_type": "
|
| 35 |
"use_dora": false,
|
| 36 |
"use_rslora": false
|
| 37 |
}
|
|
|
|
| 31 |
"o_proj",
|
| 32 |
"q_proj"
|
| 33 |
],
|
| 34 |
+
"task_type": "llama",
|
| 35 |
"use_dora": false,
|
| 36 |
"use_rslora": false
|
| 37 |
}
|