Instructions to use IvanD2002/tinyllama-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use IvanD2002/tinyllama-finetuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "IvanD2002/tinyllama-finetuned") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ model-index:
|
|
| 11 |
results: []
|
| 12 |
datasets:
|
| 13 |
- IvanD2002/Task_Dataset_Instruct_Format
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 11 |
results: []
|
| 12 |
datasets:
|
| 13 |
- IvanD2002/Task_Dataset_Instruct_Format
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|