Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
nfaheem
/
Marcoroni-7b-DPO-Merge
like
2
Text Generation
Transformers
Safetensors
mistral
Merge
mergekit
lazymergekit
fblgit/UNA-TheBeagle-7b-v1
udkai/Turdus
text-generation-inference
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
nfaheem
commited on
Jan 15, 2024
Commit
e3085d8
·
verified
·
1 Parent(s):
2bde427
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+2
-1
README.md
CHANGED
Viewed
@@ -73,4 +73,5 @@ pipe = pipeline(
73
repetition_penalty=1.1
74
)
75
76
-
print(pipe(prompt_template)[0]['generated_text'])
73
repetition_penalty=1.1
74
)
75
76
+
print(pipe(prompt_template)[0]['generated_text'])
77
+
```