✍️ Text Generation

Llama-3.2-1B-Instruct

meta-llama/Llama-3.2-1B-Instruct

Get AI Model →
4.6M
Downloads
❤️
1.4K
Likes
🏷️
23
Tags
📦
transformers
Library
Model Details
Full Model IDmeta-llama/Llama-3.2-1B-Instruct
Pipeline / Tasktext-generation
Librarytransformers
Downloads (all-time)4.6M
Likes1.4K
Last Modified10/24/2024
Author / Orgmeta-llama
PrivateNo — public
⚡ Quick Usage (Python)

Using the 🤗 Transformers library. Install with pip install transformers

from transformers import pipeline

# Load the model
pipe = pipeline("text-generation", model="meta-llama/Llama-3.2-1B-Instruct")

# Run inference
result = pipe("Your input here")
print(result)
🏷️ Tags
transformerssafetensorsllamatext-generationfacebookmetapytorchllama-3conversationalendefritpthiestharxiv:2204.05149arxiv:2405.16406license:llama3.2text-generation-inferenceendpoints_compatibleregion:us
More Text Generation Models
See all →
Qwen3-0.6B

Qwen/Qwen3-0.6B

16.1M❤️ 1.2K
Get AI Model →
gpt2

openai-community/gpt2

14.0M❤️ 3.2K
Get AI Model →
Qwen2.5-7B-Instruct

Qwen/Qwen2.5-7B-Instruct

12.3M❤️ 1.2K
Get AI Model →
🚀 Use This Model

Access model files, inference API, and full documentation on Hugging Face.

Open on Hugging Face →Browse Model Files ↗← Browse All Models
✍️ Task: Text Generation

This model is designed for the Text Generation task. Explore more models for this use case.

All Text Generation Models →
📊 Popularity
Downloads4.6M
❤️ Community Likes1.4K
🛠️ Requirements
  • Install: pip install transformers
  • Python 3.8+ recommended for Transformers.
  • GPU (CUDA) speeds up inference significantly.
  • Use model.half() for fp16 on limited VRAM.
👋 Need help with code?