Vu Anh
Claude
commited on
Commit
·
f5d9660
1
Parent(s):
43b1fa0
Update class count to exact number in use_this_model.py
Browse files- Change "35+ aspect-sentiment combinations" to "35 aspect-sentiment combinations"
- Provides precise information about the model capabilities
- Verified from labels.txt file showing exactly 35 classes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- use_this_model.py +1 -1
use_this_model.py
CHANGED
|
@@ -199,7 +199,7 @@ def main():
|
|
| 199 |
print("- Repository: undertheseanlp/pulse_core_1")
|
| 200 |
print("- Model file: uts2017_sentiment_20250928_122636.joblib")
|
| 201 |
print("- Task: Vietnamese Banking Aspect Sentiment Analysis")
|
| 202 |
-
print("- Classes: 35
|
| 203 |
|
| 204 |
except ImportError:
|
| 205 |
print("Error: huggingface_hub is required. Install with:")
|
|
|
|
| 199 |
print("- Repository: undertheseanlp/pulse_core_1")
|
| 200 |
print("- Model file: uts2017_sentiment_20250928_122636.joblib")
|
| 201 |
print("- Task: Vietnamese Banking Aspect Sentiment Analysis")
|
| 202 |
+
print("- Classes: 35 aspect-sentiment combinations")
|
| 203 |
|
| 204 |
except ImportError:
|
| 205 |
print("Error: huggingface_hub is required. Install with:")
|