v1.0.3 best_threshold: 0.691
Browse files- config.json +5 -4
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -3,12 +3,13 @@
|
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
-
"attention_probs_dropout_prob": 0.
|
|
|
7 |
"classifier_dropout": null,
|
8 |
"directionality": "bidi",
|
9 |
-
"
|
10 |
"hidden_act": "gelu",
|
11 |
-
"hidden_dropout_prob": 0.
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "E/I",
|
@@ -29,6 +30,7 @@
|
|
29 |
"model_type": "bert",
|
30 |
"num_attention_heads": 12,
|
31 |
"num_hidden_layers": 12,
|
|
|
32 |
"pad_token_id": 0,
|
33 |
"pooler_fc_size": 768,
|
34 |
"pooler_num_attention_heads": 12,
|
@@ -37,7 +39,6 @@
|
|
37 |
"pooler_type": "first_token_transform",
|
38 |
"position_embedding_type": "absolute",
|
39 |
"problem_type": "multi_label_classification",
|
40 |
-
"tokenizer_class": "BertTokenizerFast",
|
41 |
"torch_dtype": "float32",
|
42 |
"transformers_version": "4.24.0",
|
43 |
"type_vocab_size": 2,
|
|
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.05,
|
7 |
+
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
"directionality": "bidi",
|
10 |
+
"eos_token_id": 2,
|
11 |
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.3,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
"0": "E/I",
|
|
|
30 |
"model_type": "bert",
|
31 |
"num_attention_heads": 12,
|
32 |
"num_hidden_layers": 12,
|
33 |
+
"output_past": true,
|
34 |
"pad_token_id": 0,
|
35 |
"pooler_fc_size": 768,
|
36 |
"pooler_num_attention_heads": 12,
|
|
|
39 |
"pooler_type": "first_token_transform",
|
40 |
"position_embedding_type": "absolute",
|
41 |
"problem_type": "multi_label_classification",
|
|
|
42 |
"torch_dtype": "float32",
|
43 |
"transformers_version": "4.24.0",
|
44 |
"type_vocab_size": 2,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 409153901
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f45aeda1539940c82e7aa0363b63de62c4058c4d2d451833bed0cfebc24c8cf
|
3 |
size 409153901
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3375
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8b845ae9cc05e221d5ee24412b2fb954c013ccd12e50fbd752770faf3b23068
|
3 |
size 3375
|