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="vilm/vinallama-2.7b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("vilm/vinallama-2.7b")
model = AutoModelForCausalLM.from_pretrained("vilm/vinallama-2.7b", device_map="auto")
Quick Links

VinaLLaMA - State-of-the-art Vietnamese LLMs

image

Read our Paper

Downloads last month
63
Safetensors
Model size
3B params
Tensor type
F16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for vilm/vinallama-2.7b

Adapters
7 models
Quantizations
2 models

Spaces using vilm/vinallama-2.7b 2

Collection including vilm/vinallama-2.7b

Paper for vilm/vinallama-2.7b