shegga commited on
Commit
ab92e28
Β·
1 Parent(s): f0f6b35

πŸ”§ 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]>

Files changed (1) hide show
  1. 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 `requirements_spaces.txt` for complete dependency list:
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