ptaszynski
commited on
Commit
•
f479855
1
Parent(s):
837eb6f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: ja
|
3 |
+
|
4 |
license: cc-by-sa-4.0
|
5 |
---
|
6 |
+
|
7 |
+
# BERT Base Japanese for Irony
|
8 |
+
|
9 |
+
This is a BERT Base model for sentiment analysis in Japanese additionally finetuned for automatic irony detection.
|
10 |
+
|
11 |
+
The model was based on [bert-base-japanese-sentiment](https://huggingface.co/daigo/bert-base-japanese-sentiment), and later finetuned on a dataset containing ironic and sarcastic tweets.
|
12 |
+
|
13 |
+
|
14 |
+
## Licenses
|
15 |
+
|
16 |
+
The finetuned model with all attached files is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/), or Creative Commons Attribution-ShareAlike 4.0 International License.
|
17 |
+
|
18 |
+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
|
19 |
+
|
20 |
+
## Citations
|
21 |
+
|
22 |
+
Please, cite this model using the following citation.
|
23 |
+
|
24 |
+
```
|
25 |
+
@inproceedings{dan2022bert-base-irony02,
|
26 |
+
title={北見工業大学 テキスト情報処理研究室 ELECTRA Base 皮肉検出モデル (daigo ver.)},
|
27 |
+
author={団 俊輔 and プタシンスキ ミハウ and ジェプカ ラファウ and 桝井 文人},
|
28 |
+
publisher={HuggingFace},
|
29 |
+
year={2022},
|
30 |
+
url = "https://huggingface.co/kit-nlp/bert-base-japanese-sentiment-irony"
|
31 |
+
}
|
32 |
+
```
|