File size: 396 Bytes
4be060d afabdeb 4be060d afabdeb 59365d4 4be060d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
library_name: transformers
tags:
- unsloth
- trl
- sft
datasets:
- ayoubkirouane/llama3_function_calling
language:
- en
pipeline_tag: text-generation
---
## base model :
- unsloth/tinyllama-bnb-4bit
## get started :
```
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="ayoubkirouane/TinyLlama_function_calling")
```
|