Andrazp commited on
Commit
9d2b409
1 Parent(s): 7326d45

removing the incorrect model weights

Browse files
Files changed (3) hide show
  1. config.json +8 -18
  2. pytorch_model.bin +0 -3
  3. vocab.txt +2 -1
config.json CHANGED
@@ -1,39 +1,29 @@
1
  {
2
- "architectures": [
3
- "BertForSequenceClassification"
4
- ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "directionality": "bidi",
7
- "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
- "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3"
16
- },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
- "label2id": {
20
- "LABEL_0": 0,
21
- "LABEL_1": 1,
22
- "LABEL_2": 2,
23
- "LABEL_3": 3
24
- },
25
  "layer_norm_eps": 1e-12,
26
  "max_position_embeddings": 512,
27
- "model_type": "bert",
28
  "num_attention_heads": 12,
29
  "num_hidden_layers": 12,
 
 
 
30
  "output_past": true,
31
- "pad_token_id": 0,
32
  "pooler_fc_size": 768,
33
  "pooler_num_attention_heads": 12,
34
  "pooler_num_fc_layers": 3,
35
  "pooler_size_per_head": 128,
36
  "pooler_type": "first_token_transform",
 
 
37
  "type_vocab_size": 2,
 
38
  "vocab_size": 49601
39
  }
1
  {
 
 
 
2
  "attention_probs_dropout_prob": 0.1,
3
  "directionality": "bidi",
4
+ "finetuning_task": null,
5
  "hidden_act": "gelu",
6
  "hidden_dropout_prob": 0.1,
7
  "hidden_size": 768,
 
 
 
 
 
 
8
  "initializer_range": 0.02,
9
  "intermediate_size": 3072,
10
+ "is_decoder": false,
 
 
 
 
 
11
  "layer_norm_eps": 1e-12,
12
  "max_position_embeddings": 512,
 
13
  "num_attention_heads": 12,
14
  "num_hidden_layers": 12,
15
+ "num_labels": 4,
16
+ "output_attentions": false,
17
+ "output_hidden_states": false,
18
  "output_past": true,
 
19
  "pooler_fc_size": 768,
20
  "pooler_num_attention_heads": 12,
21
  "pooler_num_fc_layers": 3,
22
  "pooler_size_per_head": 128,
23
  "pooler_type": "first_token_transform",
24
+ "pruned_heads": {},
25
+ "torchscript": false,
26
  "type_vocab_size": 2,
27
+ "use_bfloat16": false,
28
  "vocab_size": 49601
29
  }
pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:38b4145747dcc46d1dc62cc2be0a861100c6f787e1c036213adc5ae49fd1b4a4
3
- size 496602227
 
 
 
vocab.txt CHANGED
@@ -1,5 +1,6 @@
1
- [EOS]
2
  [PAD]
 
 
3
  [unused0]
4
  [unused1]
5
  [unused2]
 
1
  [PAD]
2
+ [EOS]
3
+ [unused00]
4
  [unused0]
5
  [unused1]
6
  [unused2]