Instructions to use DanSystra/dpo_project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DanSystra/dpo_project with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/OpenHermes-2-Mistral-7B-GPTQ") model = PeftModel.from_pretrained(base_model, "DanSystra/dpo_project") - Notebooks
- Google Colab
- Kaggle
DanSystra/dpo_project
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8397056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bbaf27348571e8804541207063a9b54da7e31b293fff61762bb83fd3063ad0a
|
| 3 |
size 8397056
|
runs/Mar26_13-59-04_7dbcf6e3b67c/events.out.tfevents.1711461685.7dbcf6e3b67c.4572.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45c03d0c71a22ef6752b9178e17475c61c9355e8496e93e600ef875923126092
|
| 3 |
+
size 7705
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4475
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9da651d1507050b741002331d7a0d626a8096b4c26e651a6141cd8582d3ed50
|
| 3 |
size 4475
|