File size: 618 Bytes
2894b7e ea6be21 2894b7e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
title: Qwen2.5 0.5B Instruct
emoji: π
colorFrom: yellow
colorTo: indigo
sdk: streamlit
sdk_version: 1.40.1
app_file: app.py
pinned: false
license: mit
---
# Text Generation with Qwen Model
This project demonstrates a simple web application for text generation using Hugging Face's Transformers library and Streamlit. The application utilizes the Qwen/Qwen2.5-0.5B-Instruct model to generate text based on user input.
## Features
- Batch processing of multiple input messages.
- Optimized for CPU execution.
- Interactive web interface with Streamlit.
- Utilizes Hugging Face's pipeline for text generation.
|