Text Generation
PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
text2text-generation
conversational
Instructions to use Rub11037/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rub11037/results with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("SanjiWatsuki/zephyrnt-3.8b") model = PeftModel.from_pretrained(base_model, "Rub11037/results") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ base_model: SanjiWatsuki/zephyrnt-3.8b
|
|
| 8 |
model-index:
|
| 9 |
- name: results
|
| 10 |
results: []
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: results
|
| 10 |
results: []
|
| 11 |
+
pipeline_tag: text2text-generation
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|