Instructions to use metunlp/LlamaTurk-7b-v-t with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use metunlp/LlamaTurk-7b-v-t with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("huggyllama/llama-7b") model = PeftModel.from_pretrained(base_model, "metunlp/LlamaTurk-7b-v-t") - Notebooks
- Google Colab
- Kaggle
Ctrl+K