File size: 1,381 Bytes
ab5d30d
09d42c1
 
 
ab5d30d
09d42c1
ab5d30d
09d42c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---

language: ja

license: cc-by-sa-4.0

---

# electra-base-cyberbullying

This is a BERT Base model for the Japanese language finetuned for automatic cyberbullying detection. 

The model was based on [daigo's BERT Base for Japanese sentiment analysis](https://huggingface.co./daigo/bert-base-japanese-sentiment), and later finetuned on a balanced dataset created by unifying two datasets, namely "Harmful BBS Japanese comments dataset" and "Twitter Japanese cyberbullying dataset". 


## Licenses

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. 

<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>

## Citations

Please, cite this model using the following citation.

```
@inproceedings{tanabe2022bert-base-cyberbullying,
  title={北見工業大学 テキスト情報処理研究室 BERT Base ネットいじめ検出モデル (Daigo ver.)}, 
  author={田邊 威裕 and プタシンスキ ミハウ and エロネン ユーソ and 桝井 文人}, 
  publisher={HuggingFace}, 
  year={2022},
  url = "https://huggingface.co./kit-nlp/bert-base-japanese-sentiment-cyberbullying"
}
```