Commit ·
8b5a484
1
Parent(s): 28ee45c
Update config.json
Browse files- config.json +1 -10
config.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "l3cube-pune/hate-bert-hasoc-marathi/",
|
| 3 |
-
"_num_labels": 2,
|
| 4 |
"architectures": [
|
| 5 |
"AlbertForSequenceClassification"
|
| 6 |
],
|
|
@@ -30,13 +29,5 @@
|
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
"transformers_version": "4.11.3",
|
| 32 |
"type_vocab_size": 2,
|
| 33 |
-
"vocab_size": 200000
|
| 34 |
-
"id2label": {
|
| 35 |
-
"0": "None",
|
| 36 |
-
"1": "Hate"
|
| 37 |
-
},
|
| 38 |
-
"label2id": {
|
| 39 |
-
"None": 0,
|
| 40 |
-
"Hate": 1
|
| 41 |
-
},
|
| 42 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "l3cube-pune/hate-bert-hasoc-marathi/",
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"AlbertForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.11.3",
|
| 31 |
"type_vocab_size": 2,
|
| 32 |
+
"vocab_size": 200000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
}
|