hansgun commited on
Commit
0d2a311
·
1 Parent(s): b9e5765

delete vocab.txt

Browse files
Files changed (1) hide show
  1. config.json +5 -31
config.json CHANGED
@@ -1,16 +1,10 @@
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,36 +14,16 @@
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
  }
 
1
  {
2
+ "_name_or_path": "model_test",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "gradient_checkpointing": false,
 
 
 
 
 
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
 
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
 
 
17
  "label2id": {
18
+ "positive": 2,
19
+ "negative": 0
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
  "type_vocab_size": 2,
28
+ "vocab_size": 32000
 
29
  }