Text Generation
Transformers
GGUF
llama
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="ayushrupapara/llama3_gujarati_4bit_gguf")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("ayushrupapara/llama3_gujarati_4bit_gguf")
model = AutoModelForCausalLM.from_pretrained("ayushrupapara/llama3_gujarati_4bit_gguf", device_map="auto")
Quick Links

license: apache-2.0

datasets: Tensoic/Alpaca-Gujarati

Finetuned from model: unsloth/llama=3-8b-bnb-4bit

Developed by: Ayush Rupapara

Downloads last month
60
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train ayushrupapara/llama3_gujarati_4bit_gguf