Instructions to use kyryl-opens-ml/doplhin-dpo-1-epoch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kyryl-opens-ml/doplhin-dpo-1-epoch with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("cognitivecomputations/dolphin-2.1-mistral-7b") model = PeftModel.from_pretrained(base_model, "kyryl-opens-ml/doplhin-dpo-1-epoch") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
adapter_config.json
CHANGED
|
@@ -19,13 +19,13 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"
|
| 23 |
-
"down_proj",
|
| 24 |
"q_proj",
|
| 25 |
-
"gate_proj",
|
| 26 |
"o_proj",
|
| 27 |
-
"
|
| 28 |
-
"v_proj"
|
|
|
|
|
|
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_rslora": false
|
|
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
+
"k_proj",
|
|
|
|
| 23 |
"q_proj",
|
|
|
|
| 24 |
"o_proj",
|
| 25 |
+
"down_proj",
|
| 26 |
+
"v_proj",
|
| 27 |
+
"up_proj",
|
| 28 |
+
"gate_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1342239008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3089314af4eae142f9ea3b85942779ba0206f503a253f8cf31f3cad7d0d0ec01
|
| 3 |
size 1342239008
|
runs/Jun11_00-17-23_modal/events.out.tfevents.1718065092.modal.2.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b0f7b59817d5cea99df5d5a669a0ab18b17bf2f2811b5c4c09084a908bd51a2
|
| 3 |
+
size 17387
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc10dc46509bf8618d785e61ed312f36569e17793c9d2d3018aa82ee4dc0b624
|
| 3 |
size 4664
|