Spaces:
Runtime error
Runtime error
π§ Fix README configuration for Hugging Face Spaces
Browse files- Simplified YAML front matter to core required fields
- Removed complex configuration that was causing errors
- Maintained all documentation and features
- Space should now load properly
π€ Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
- deploy_package/README.md +1 -13
deploy_package/README.md
CHANGED
|
@@ -7,18 +7,6 @@ sdk: gradio
|
|
| 7 |
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
-
models:
|
| 12 |
-
- 5CD-AI/Vietnamese-Sentiment-visobert
|
| 13 |
-
tags:
|
| 14 |
-
- vietnamese
|
| 15 |
-
- sentiment-analysis
|
| 16 |
-
- nlp
|
| 17 |
-
- text-classification
|
| 18 |
-
- transformers
|
| 19 |
-
- pytorch
|
| 20 |
-
- gradio
|
| 21 |
-
short_description: Vietnamese sentiment analysis using transformer models with memory optimization
|
| 22 |
---
|
| 23 |
|
| 24 |
# π Vietnamese Sentiment Analysis
|
|
@@ -104,7 +92,7 @@ This Space is configured for Hugging Face Spaces with:
|
|
| 104 |
|
| 105 |
## π Requirements
|
| 106 |
|
| 107 |
-
See `
|
| 108 |
- torch>=2.0.0
|
| 109 |
- transformers>=4.21.0
|
| 110 |
- gradio>=4.44.0
|
|
|
|
| 7 |
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# π Vietnamese Sentiment Analysis
|
|
|
|
| 92 |
|
| 93 |
## π Requirements
|
| 94 |
|
| 95 |
+
See `requirements.txt` for complete dependency list:
|
| 96 |
- torch>=2.0.0
|
| 97 |
- transformers>=4.21.0
|
| 98 |
- gradio>=4.44.0
|