Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ja
|
| 4 |
+
---
|
| 5 |
This is a BERT Base model for emotion analysis in Japanese additionally fine-tuned for emotion detection and classification.
|
| 6 |
|
| 7 |
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.
|