system HF staff commited on
Commit
52f6122
1 Parent(s): 6866ca4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -32
config.json CHANGED
@@ -1,49 +1,17 @@
1
  {
2
- "_num_labels": 2,
3
- "architectures": null,
4
  "attention_probs_dropout_prob": 0.1,
5
- "bos_token_id": null,
6
- "do_sample": false,
7
- "early_stopping": false,
8
  "eos_token_ids": null,
9
- "finetuning_task": null,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
- "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1"
16
- },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
- "is_decoder": false,
20
- "is_encoder_decoder": false,
21
- "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1
24
- },
25
  "layer_norm_eps": 1e-12,
26
- "length_penalty": 1.0,
27
- "max_length": 20,
28
  "max_position_embeddings": 512,
29
- "min_length": 0,
30
  "model_type": "bert",
31
- "no_repeat_ngram_size": 0,
32
  "num_attention_heads": 12,
33
- "num_beams": 1,
34
  "num_hidden_layers": 12,
35
- "num_return_sequences": 1,
36
- "output_attentions": false,
37
- "output_hidden_states": false,
38
  "output_past": true,
39
- "pad_token_id": null,
40
- "pruned_heads": {},
41
- "repetition_penalty": 1.0,
42
- "temperature": 1.0,
43
- "top_k": 50,
44
- "top_p": 1.0,
45
- "torchscript": false,
46
  "type_vocab_size": 2,
47
- "use_bfloat16": false,
48
  "vocab_size": 28996
49
  }
1
  {
 
 
2
  "attention_probs_dropout_prob": 0.1,
 
 
 
3
  "eos_token_ids": null,
 
4
  "hidden_act": "gelu",
5
  "hidden_dropout_prob": 0.1,
6
  "hidden_size": 768,
 
 
 
 
7
  "initializer_range": 0.02,
8
  "intermediate_size": 3072,
 
 
 
 
 
 
9
  "layer_norm_eps": 1e-12,
 
 
10
  "max_position_embeddings": 512,
 
11
  "model_type": "bert",
 
12
  "num_attention_heads": 12,
 
13
  "num_hidden_layers": 12,
 
 
 
14
  "output_past": true,
 
 
 
 
 
 
 
15
  "type_vocab_size": 2,
 
16
  "vocab_size": 28996
17
  }