���� Text Generation

Qwen2.5-3B-Instruct

Qwen/Qwen2.5-3B-Instruct

Get AI Model →
13.5M
Downloads
�����
472
Likes
�����
15
Tags
📦
transformers
Library
Model Details
Full Model IDQwen/Qwen2.5-3B-Instruct
Pipeline / Tasktext-generation
Librarytransformers
Downloads (all-time)13.5M
Likes472
Last Modified9/25/2024
Author / OrgQwen
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="Qwen/Qwen2.5-3B-Instruct")

# Run inference
result = pipe("Your input here")
print(result)
����� Tags
transformerssafetensorsqwen2text-generationchatconversationalenarxiv:2407.10671base_model:Qwen/Qwen2.5-3Bbase_model:finetune:Qwen/Qwen2.5-3Blicense:othertext-generation-inferenceendpoints_compatibledeploy:azureregion:us
More Text Generation Models
See all →
Qwen3-0.6B

Qwen/Qwen3-0.6B

19.8M����� 1.3K
Get AI Model →
gpt2

openai-community/gpt2

16.5M����� 3.3K
Get AI Model →
Qwen2.5-1.5B-Instruct

Qwen/Qwen2.5-1.5B-Instruct

14.7M����� 719
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
Downloads13.5M
����� Community Likes472
🛠�� 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?