hansgun commited on
Commit
ecced39
·
1 Parent(s): 8ccb037

delete vocab.txt

Browse files
Files changed (1) hide show
  1. config.json +29 -8
config.json CHANGED
@@ -1,10 +1,16 @@
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,
@@ -14,21 +20,36 @@
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
 
 
17
  "label2id": {
18
  "negative": 0,
19
  "positive": 1
20
  },
21
  "layer_norm_eps": 1e-12,
 
 
22
  "max_position_embeddings": 512,
 
23
  "model_type": "bert",
 
24
  "num_attention_heads": 12,
 
25
  "num_hidden_layers": 12,
 
 
 
 
26
  "pad_token_id": 0,
27
- "pooler_fc_size": 768,
28
- "pooler_num_attention_heads": 12,
29
- "pooler_num_fc_layers": 2,
30
- "pooler_size_per_head": 128,
31
- "pooler_type": "first_token_transform",
 
 
 
32
  "type_vocab_size": 2,
33
- "vocab_size": 119547
 
34
  }
 
1
  {
2
+ "_num_labels": 2,
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "bad_words_ids": null,
8
+ "bos_token_id": null,
9
+ "decoder_start_token_id": null,
10
+ "do_sample": false,
11
+ "early_stopping": false,
12
+ "eos_token_id": null,
13
+ "finetuning_task": null,
14
  "hidden_act": "gelu",
15
  "hidden_dropout_prob": 0.1,
16
  "hidden_size": 768,
 
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
+ "is_decoder": false,
24
+ "is_encoder_decoder": false,
25
  "label2id": {
26
  "negative": 0,
27
  "positive": 1
28
  },
29
  "layer_norm_eps": 1e-12,
30
+ "length_penalty": 1.0,
31
+ "max_length": 20,
32
  "max_position_embeddings": 512,
33
+ "min_length": 0,
34
  "model_type": "bert",
35
+ "no_repeat_ngram_size": 0,
36
  "num_attention_heads": 12,
37
+ "num_beams": 1,
38
  "num_hidden_layers": 12,
39
+ "num_return_sequences": 1,
40
+ "output_attentions": false,
41
+ "output_hidden_states": false,
42
+ "output_past": true,
43
  "pad_token_id": 0,
44
+ "prefix": null,
45
+ "pruned_heads": {},
46
+ "repetition_penalty": 1.0,
47
+ "task_specific_params": null,
48
+ "temperature": 1.0,
49
+ "top_k": 50,
50
+ "top_p": 1.0,
51
+ "torchscript": false,
52
  "type_vocab_size": 2,
53
+ "use_bfloat16": false,
54
+ "vocab_size": 32102
55
  }