Update README.md
Browse files
README.md
CHANGED
@@ -3,16 +3,17 @@ tags:
|
|
3 |
- autotrain
|
4 |
- text-generation-inference
|
5 |
- text-generation
|
6 |
-
- peft
|
7 |
library_name: transformers
|
8 |
base_model: mistralai/Ministral-8B-Instruct-2410
|
9 |
widget:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
license: other
|
14 |
datasets:
|
15 |
- athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Model Trained Using AutoTrain
|
@@ -25,7 +26,7 @@ This model was trained using AutoTrain. For more information, please visit [Auto
|
|
25 |
|
26 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
27 |
|
28 |
-
model_path = "
|
29 |
|
30 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
31 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
3 |
- autotrain
|
4 |
- text-generation-inference
|
5 |
- text-generation
|
|
|
6 |
library_name: transformers
|
7 |
base_model: mistralai/Ministral-8B-Instruct-2410
|
8 |
widget:
|
9 |
+
- messages:
|
10 |
+
- role: user
|
11 |
+
content: What is your favorite condiment?
|
12 |
license: other
|
13 |
datasets:
|
14 |
- athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW
|
15 |
+
language:
|
16 |
+
- en
|
17 |
---
|
18 |
|
19 |
# Model Trained Using AutoTrain
|
|
|
26 |
|
27 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
28 |
|
29 |
+
model_path = "mrcuddle/Ministral-Instruct-2410-8B-DPO-RP"
|
30 |
|
31 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
32 |
model = AutoModelForCausalLM.from_pretrained(
|