Add multilingual to the language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,31 +1,28 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
-
|
6 |
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
- en
|
15 |
-
- nl
|
16 |
-
- fr
|
17 |
-
- pt
|
18 |
-
- it
|
19 |
-
- es
|
20 |
-
- de
|
21 |
-
- da
|
22 |
-
- pl
|
23 |
-
- af
|
24 |
-
|
25 |
datasets:
|
26 |
- jigsaw_toxicity_pred
|
27 |
metrics:
|
28 |
- F1 Accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# citizenlab/distilbert-base-multilingual-cased-toxicity
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- nl
|
5 |
+
- fr
|
6 |
+
- pt
|
7 |
+
- it
|
8 |
+
- es
|
9 |
+
- de
|
10 |
+
- da
|
11 |
+
- pl
|
12 |
+
- af
|
13 |
+
- multilingual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
datasets:
|
15 |
- jigsaw_toxicity_pred
|
16 |
metrics:
|
17 |
- F1 Accuracy
|
18 |
+
pipeline_type: text-classification
|
19 |
+
widget:
|
20 |
+
- text: this is a lovely message
|
21 |
+
example_title: Example 1
|
22 |
+
multi_class: false
|
23 |
+
- text: you are an idiot and you and your family should go back to your country
|
24 |
+
example_title: Example 2
|
25 |
+
multi_class: false
|
26 |
---
|
27 |
|
28 |
# citizenlab/distilbert-base-multilingual-cased-toxicity
|