arianpasquali
commited on
Commit
·
610df9e
1
Parent(s):
0bf3187
add model
Browse files- config.json +1 -0
config.json
CHANGED
@@ -29,6 +29,7 @@
|
|
29 |
"model_type": "distilbert",
|
30 |
"n_heads": 12,
|
31 |
"n_layers": 6,
|
|
|
32 |
"output_past": true,
|
33 |
"pad_token_id": 0,
|
34 |
"qa_dropout": 0.1,
|
|
|
29 |
"model_type": "distilbert",
|
30 |
"n_heads": 12,
|
31 |
"n_layers": 6,
|
32 |
+
"name": "distilbert-base-multilingual-cased-toxicity",
|
33 |
"output_past": true,
|
34 |
"pad_token_id": 0,
|
35 |
"qa_dropout": 0.1,
|