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 +1 -1
- training_args.bin +1 -1
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:260ab561c219a0eb9febcd2f5c45b122a4017ee7071922d2a329e649edc6a84f
|
| 3 |
size 8397056
|
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:5178aeaa5bec5f1d58f9a76932539c8006aa7e88876a027af3c8457e2bf40762
|
| 3 |
size 4475
|