Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,10 @@ language:
|
|
14 |
- hi
|
15 |
metrics:
|
16 |
- f1
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
This is an instance of [xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) that was fine-tuned on binary toxicity classification task based on our compiled dataset [textdetox/multilingual_toxicity_dataset](https://huggingface.co/datasets/textdetox/multilingual_toxicity_dataset).
|
19 |
|
|
|
14 |
- hi
|
15 |
metrics:
|
16 |
- f1
|
17 |
+
base_model:
|
18 |
+
- FacebookAI/xlm-roberta-large
|
19 |
+
tags:
|
20 |
+
- toxicity
|
21 |
---
|
22 |
This is an instance of [xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) that was fine-tuned on binary toxicity classification task based on our compiled dataset [textdetox/multilingual_toxicity_dataset](https://huggingface.co/datasets/textdetox/multilingual_toxicity_dataset).
|
23 |
|