Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,5 +9,14 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
+
# Text Generation with Qwen Model
|
| 13 |
+
|
| 14 |
+
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.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
|
| 18 |
+
- Batch processing of multiple input messages.
|
| 19 |
+
- Optimized for CPU execution.
|
| 20 |
+
- Interactive web interface with Streamlit.
|
| 21 |
+
- Utilizes Hugging Face's pipeline for text generation.
|
| 22 |
|
|
|