ayoubkirouane's picture
Update README.md
59365d4 verified
---
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")
```