Update config.json
Browse files- config.json +11 -3
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
@@ -9,8 +9,16 @@
|
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
"intermediate_size": 3072,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
"layer_norm_eps": 1e-12,
|
| 15 |
"max_position_embeddings": 512,
|
| 16 |
"model_type": "bert",
|
|
@@ -22,6 +30,6 @@
|
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
"transformers_version": "4.38.2",
|
| 24 |
"type_vocab_size": 2,
|
| 25 |
-
"use_cache":
|
| 26 |
"vocab_size": 30522
|
| 27 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "GautamR/org_bot_classifier",
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "processes",
|
| 14 |
+
"1": "office-records"
|
| 15 |
+
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
+
"label2id": {
|
| 19 |
+
"processes": 0,
|
| 20 |
+
"office-records": 1
|
| 21 |
+
},
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"max_position_embeddings": 512,
|
| 24 |
"model_type": "bert",
|
|
|
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
"transformers_version": "4.38.2",
|
| 32 |
"type_vocab_size": 2,
|
| 33 |
+
"use_cache": false,
|
| 34 |
"vocab_size": 30522
|
| 35 |
+
}
|