alter-wang commited on
Commit
2f58805
1 Parent(s): 8f9122d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  emotion_mapping = {
2
  0: 'amaze',
3
  1: 'anger',
 
1
+ This is a BERT Base model for emotion analysis in Japanese additionally fine-tuned for emotion detection and classification.
2
+
3
+ The model was based on [tohoku-nlp/bert-base-japanese](https://huggingface.co/tohoku-nlp/bert-base-japanese), and later finetuned on a dataset containing 10 labels of emotional blog posts.
4
+
5
+ The dataset was composed of about 1,000 sentences, with about 100 sentences each for each emotion category.
6
+
7
  emotion_mapping = {
8
  0: 'amaze',
9
  1: 'anger',