spedrox-sac's picture
Update README.md
ea6be21 verified
---
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.