shegga's picture
Implement Vietnamese Sentiment Analysis: Fine-tuning, Gradio Interface, and Model Testing
0210351
raw
history blame contribute delete
267 Bytes
"""
Vietnamese Sentiment Analysis - Core Modules
This package contains the core functionality for Vietnamese sentiment analysis:
- Fine-tuning utilities
- Model testing
- Demo functionality
"""
__version__ = "1.0.0"
__author__ = "Vietnamese Sentiment Analysis Team"