How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="tolgadev/llama-2-7b-ruyallm")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("tolgadev/llama-2-7b-ruyallm")
model = AutoModelForCausalLM.from_pretrained("tolgadev/llama-2-7b-ruyallm", device_map="auto")
Quick Links

llama-2-7b-ruyallm model


Description

This repo contains finetuned model files for llama-2-7b-ruyallm. This model finetuned on tolgadev/ruyatabirleri_instruct dataset on huggingface 🤗.

Thanks to maximelabonne's contribution on fine tuning based colab notebook, it took ~2 hours to fine-tune.

Downloads last month
13
Safetensors
Model size
7B params
Tensor type
F32
·
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for tolgadev/llama-2-7b-ruyallm

Quantizations
3 models

Dataset used to train tolgadev/llama-2-7b-ruyallm