Spaces:
Sleeping
Sleeping
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. | |