Instructions to use OnlyCheeini/outputs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use OnlyCheeini/outputs with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openchat/openchat_3.5") model = PeftModel.from_pretrained(base_model, "OnlyCheeini/outputs") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,11 @@ base_model: openchat/openchat_3.5
|
|
| 10 |
model-index:
|
| 11 |
- name: outputs
|
| 12 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 10 |
model-index:
|
| 11 |
- name: outputs
|
| 12 |
results: []
|
| 13 |
+
datasets:
|
| 14 |
+
- HuggingFaceH4/ultrachat_200k
|
| 15 |
+
language:
|
| 16 |
+
- en
|
| 17 |
+
pipeline_tag: text-generation
|
| 18 |
---
|
| 19 |
|
| 20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|