kubota commited on
Commit
666edc2
1 Parent(s): 1bd1f3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -11,4 +11,18 @@ widget:
11
  - text: あの人は殺人を犯した犯罪者らしい
12
  ---
13
 
14
- # defamation_detection_japanese
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - text: あの人は殺人を犯した犯罪者らしい
12
  ---
13
 
14
+ # defamation_detection_japanese
15
+ # 日本語誹謗中傷検出器
16
+
17
+ This is an [LUKE](https://github.com/studio-ousia/luke) Large model for the Japanese language finetuned for automatic defamation detection.
18
+
19
+ The original foundation model was finetuned on a balanced dataset created by unifying two datasets:
20
+ - [![Generic badge](https://img.shields.io/badge/Dataset-DefamationJapaneseTwitter-red.svg)](https://huggingface.co/datasets/kubota/defamation_japanese_twitter)
21
+ - "Defamation_Japanese_YouTube".
22
+
23
+ ## Licenses
24
+
25
+ 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.
26
+
27
+ <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>
28
+