Lightweight 1B instruction-tuned text model.
Llama-3.2-1B-Instruct
A compact 1B instruction-tuned model. Load it with ๐ค Transformers:
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-1B-Instruct")
tok = AutoTokenizer.from_pretrained("meta-llama/Llama-3.2-1B-Instruct")
main
6 files
Total: 2.51 GB