kubota commited on
Commit
7100579
1 Parent(s): 9dcf4b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -20,6 +20,12 @@ The original foundation model was finetuned on a balanced dataset created by uni
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
  ## Example Pipeline
24
  ```python
25
  from transformers import pipeline
 
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
+ <b>Labels</b>:
24
+ 0 -> "中傷性のない発言";
25
+ 1 -> "脅迫的な発言";
26
+ 2 -> "侮蔑的な発言";
27
+ 3"-> "名誉を低下させる発言"
28
+
29
  ## Example Pipeline
30
  ```python
31
  from transformers import pipeline