This model is a fine-tuned version of
bert-base-multilingual-cased on an unknown dataset.
It achieves the following results on the evaluation set:
This is a fine-tuned model for a sentiment analysis for the Korean language based on customer reviews in the Korean language
1from transformers import pipeline
2
3sentiment_model = pipeline(model="WhitePeak/bert-base-cased-Korean-sentiment")
4sentiment_mode("매우 좋아")
LABEL_0: negative
LABEL_1: positive