Views
No views yet
| Epoch | Training Loss | Validation Loss | Accuracy | F1 | Precision | Recall |
|---|---|---|---|---|---|---|
| 1 | 1.300700 | 1.005149 | 0.622727 | 0.601846 | 0.640845 | 0.611144 |
| 2 | 0.806300 | 0.841953 | 0.686364 | 0.694096 | 0.701984 | 0.696657 |
| 3 | 0.591900 | 0.796794 | 0.686364 | 0.696573 | 0.707520 | 0.691671 |
| 4 | 0.441200 | 0.782094 | 0.722727 | 0.724359 | 0.725985 | 0.730229 |
| 5 | 0.334700 | 0.809931 | 0.711364 | 0.720550 | 0.718318 | 0.724608 |
| 6 | 0.268400 | 0.812771 | 0.718182 | 0.724192 | 0.721222 | 0.729195 |
| 7 | 0.226000 | 0.828461 | 0.725000 | 0.733625 | 0.731709 | 0.735800 |
1from transformers import pipeline
2pretrained_name = "StevenLimcorn/indonesian-roberta-base-emotion-classifier"
3nlp = pipeline(
4 "sentiment-analysis",
5 model=pretrained_name,
6 tokenizer=pretrained_name
7)
8nlp("Hal-hal baik akan datang.")EmoT dataset that may be carried over into the results of this model.1@misc {steven_limcorn_2023,
2 author = { {Steven Limcorn} },
3 title = { indonesian-roberta-base-emotion-classifier (Revision e8a9cb9) },
4 year = 2023,
5 url = { https://huggingface.co/StevenLimcorn/indonesian-roberta-base-emotion-classifier },
6 doi = { 10.57967/hf/0681 },
7 publisher = { Hugging Face }
8}