Update config.json
Browse files- config.json +10 -10
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -10,18 +10,18 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
"max_position_embeddings": 512,
|
@@ -34,6 +34,6 @@
|
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.38.2",
|
36 |
"type_vocab_size": 2,
|
37 |
-
"use_cache":
|
38 |
"vocab_size": 30522
|
39 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "GautamR/org_bot_classifier",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "leaves",
|
14 |
+
"1": "general",
|
15 |
+
"2": "org",
|
16 |
+
"3": "personal"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
+
"leaves": 0,
|
22 |
+
"general": 1,
|
23 |
+
"org": 2,
|
24 |
+
"personal": 3
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
"max_position_embeddings": 512,
|
|
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.38.2",
|
36 |
"type_vocab_size": 2,
|
37 |
+
"use_cache": false,
|
38 |
"vocab_size": 30522
|
39 |
}
|