Instructions to use Code-Refinement/dpo_utf_20_refs_perfect-more with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Code-Refinement/dpo_utf_20_refs_perfect-more with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Code-Refinement/dpo_utf_20_refs_perfect-more", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_config.json +2 -2
adapter_config.json
CHANGED
|
@@ -19,8 +19,8 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
+
"q_proj",
|
| 23 |
+
"v_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|