Downloads · 30 days
0
tojohere/SentiLog-Android-Models
SentiLog-Android-Models is a machine learning model from tojohere. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Packaged ONNX models for the SentiLog Android app — a privacy-first journaling app with on-device 28-emotion sentiment analysis.
Downloads · 30 days
0
Access
Public
Updated May 17, 2026
Repo size
649 MB
Likes
0
Public
Click a slice to open those files.
.zip1.3 GB · 100%
From the Hugging Face model README
Packaged ONNX models for the SentiLog Android app — a privacy-first journaling app with on-device 28-emotion sentiment analysis.
| Language | File | F1 Macro | Top-1 | Top-3 | Native Data |
|---|---|---|---|---|---|
| German | goemotions_de.zip | 0.447 | 69% | 82% | GermEval (10K) |
| Japanese | goemotions_ja.zip | 0.396 | 56% | 74% | WRIME (35K) |
| Korean | goemotions_ko.zip | 0.568 | 68% | 81% | KOTE (50K) |
Each ZIP contains:
model_quantized.onnx — INT8 quantised xlm-roberta-base (~206 MB)tokenizer.json — HuggingFace Unigram tokenizer for Android HfTokenizerFine-tuned from xlm-roberta-base on GoEmotions (28 emotions) plus native-language datasets.
models.json in this repo root is consumed by the app's ModelUpdateWorker to notify users of model updates.
These models are loaded by the SentiLog Android app automatically. They are not intended for standalone inference — use the PyTorch checkpoints on tojohere/goemotions-de-xlm-roberta-base, tojohere/goemotions-ja-xlm-roberta-base, and tojohere/goemotions-ko-xlm-roberta-base for research.