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 ·
5ad6fbc
1
Parent(s): 4c52285
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ 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
|
|
|
|
| 10 |
- name: MiniMerlin-2-3B
|
| 11 |
results: []
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
+
widget:
|
| 14 |
+
- text: "<s> [|User|] Comment faire un bon plat ? </s>[|Assistant|]"
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|