Spaces:
Runtime error
Runtime error
| """ | |
| 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" |