Upload BertForSequenceClassification
Browse files- config.json +22 -16
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
|
|
|
|
11 |
"id2label": {
|
12 |
"0": "DATA_QUERY",
|
13 |
"1": "DATA_NOT_FOUND",
|
@@ -19,6 +20,7 @@
|
|
19 |
"7": "TRANSPORT"
|
20 |
},
|
21 |
"initializer_range": 0.02,
|
|
|
22 |
"label2id": {
|
23 |
"DATA_IMPORT": 2,
|
24 |
"DATA_NOT_FOUND": 1,
|
@@ -29,18 +31,22 @@
|
|
29 |
"EXECUTION_WRONG_STATE": 6,
|
30 |
"TRANSPORT": 7
|
31 |
},
|
|
|
32 |
"max_position_embeddings": 512,
|
33 |
-
"model_type": "
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"output_past": true,
|
37 |
"pad_token_id": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
"problem_type": "single_label_classification",
|
39 |
-
"qa_dropout": 0.1,
|
40 |
-
"seq_classif_dropout": 0.2,
|
41 |
-
"sinusoidal_pos_embds": false,
|
42 |
-
"tie_weights_": true,
|
43 |
"torch_dtype": "float32",
|
44 |
"transformers_version": "4.34.1",
|
45 |
-
"
|
|
|
|
|
46 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "log_classifier_distilbert",
|
|
|
3 |
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "DATA_QUERY",
|
14 |
"1": "DATA_NOT_FOUND",
|
|
|
20 |
"7": "TRANSPORT"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
"DATA_IMPORT": 2,
|
26 |
"DATA_NOT_FOUND": 1,
|
|
|
31 |
"EXECUTION_WRONG_STATE": 6,
|
32 |
"TRANSPORT": 7
|
33 |
},
|
34 |
+
"layer_norm_eps": 1e-12,
|
35 |
"max_position_embeddings": 512,
|
36 |
+
"model_type": "bert",
|
37 |
+
"num_attention_heads": 12,
|
38 |
+
"num_hidden_layers": 12,
|
|
|
39 |
"pad_token_id": null,
|
40 |
+
"pooler_fc_size": 768,
|
41 |
+
"pooler_num_attention_heads": 12,
|
42 |
+
"pooler_num_fc_layers": 3,
|
43 |
+
"pooler_size_per_head": 128,
|
44 |
+
"pooler_type": "first_token_transform",
|
45 |
+
"position_embedding_type": "absolute",
|
46 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
47 |
"torch_dtype": "float32",
|
48 |
"transformers_version": "4.34.1",
|
49 |
+
"type_vocab_size": 2,
|
50 |
+
"use_cache": true,
|
51 |
+
"vocab_size": 105879
|
52 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2437d14fa281af55cdbd27ca049c756a56b4ee72be7ce0983da1cc124c8afe2
|
3 |
+
size 669516270
|