Wm-Grsa-EmbeddingGemma-Xgboost - Game Review Sentiment Analysis
Model Description
This model performs sentiment analysis on game reviews, classifying them into three categories:
- Positive: Favorable reviews
- Mixed: Neutral or mixed sentiment reviews
- Negative: Unfavorable reviews
Model Type: Wm-Grsa-EmbeddingGemma-Xgboost
Training Date: 2025-12-24
Performance
Test Set Metrics
| Metric | Score |
|---|---|
| Accuracy | 0.8495 |
| F1-Score | 0.7717 |
| Precision | 0.7824 |
| Recall | 0.7683 |
Training Information
- Training Time: 513.97 seconds
- Training Samples: 629,884
- Validation Samples: 78,735
- Test Samples: 78,737
Model Configuration
{
"model_name": "XGBoost",
"embedding_model": "google/embeddinggemma-300m",
"n_estimators": 5000,
"max_depth": 4,
"learning_rate": 0.1,
"subsample": 0.8,
"colsample_bytree": 0.8,
"subset": 1.0
}
Per-Class Performance
| Class | Precision | Recall | F1-Score | Support |
|---|---|---|---|---|
| Positive | 0.9168 | 0.9333 | 0.9249 | 45859 |
| Mixed | 0.6215 | 0.4802 | 0.5418 | 12697 |
| Negative | 0.8089 | 0.8916 | 0.8482 | 20181 |
Feature Importance
The model identifies important words/phrases for each sentiment class. See results.json for the complete feature importance analysis.
Limitations
- The model is trained specifically on game reviews and may not generalize well to other domains
- Performance may vary on reviews with sarcasm or nuanced sentiments
- The model treats text as bag-of-words and doesn't capture word order
Training Details
This model was trained as part of a game review sentiment analysis project. For more information, see the project repository.
Files
vectorizer.pkl: TF-IDF vectorizerclassifier.pkl: Trained classifierlabel_encoder.pkl: Label encoder for sentiment classesconfig.json: Model configurationresults.json: Complete training results and metrics
Citation
If you use this model, please cite:
@misc{game_review_sentiment,
author = {Game Review Sentiment Analysis Project},
title = {Sentiment Analysis Model for Game Reviews},
year = {2025},
url = {https://huggingface.co/wm-grsa-eg-xgboost}
}
- Downloads last month
- 4