Instructions to use teilomillet/MiniMerlin-2-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use teilomillet/MiniMerlin-2-3B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("GeneZC/MiniChat-2-3B") model = PeftModel.from_pretrained(base_model, "teilomillet/MiniMerlin-2-3B") - Notebooks
- Google Colab
- Kaggle
Commit ·
4c52285
1
Parent(s): a3c3c02
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ base_model: GeneZC/MiniChat-2-3B
|
|
| 9 |
model-index:
|
| 10 |
- name: MiniMerlin-2-3B
|
| 11 |
results: []
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: MiniMerlin-2-3B
|
| 11 |
results: []
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|