theta commited on
Commit
8ca1700
1 Parent(s): 495cfa0

v1.0.3 best_threshold: 0.691

Browse files
Files changed (3) hide show
  1. config.json +5 -4
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -3,12 +3,13 @@
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
8
  "directionality": "bidi",
9
- "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
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:6c325747b60905bf66d646f56e71b4f1663ea92156f9420d29d04940f219c8d9
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:00c880023710e61ba41447e9f89d3fc3f103122206b351561c7f0770dc03888f
3
  size 3375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8b845ae9cc05e221d5ee24412b2fb954c013ccd12e50fbd752770faf3b23068
3
  size 3375