Text Generation
PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
text2text-generation
conversational
Instructions to use barissglc/tinyllama-tarot-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use barissglc/tinyllama-tarot-v1 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, "barissglc/tinyllama-tarot-v1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 23 |
|
| 24 |
# tinyllama-tarot-v1
|
| 25 |
|
| 26 |
-
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0)
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 23 |
|
| 24 |
# tinyllama-tarot-v1
|
| 25 |
|
| 26 |
+
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) .
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|