Update README.md
Browse files
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
|