system HF staff commited on
Commit
c80e038
1 Parent(s): d7492ef

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -26
config.json CHANGED
@@ -5,43 +5,18 @@
5
  ],
6
  "attention_dropout": 0.1,
7
  "dim": 768,
8
- "do_sample": false,
9
  "dropout": 0.1,
10
- "finetuning_task": null,
11
  "hidden_dim": 3072,
12
- "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1"
15
- },
16
  "initializer_range": 0.02,
17
- "is_decoder": false,
18
- "label2id": {
19
- "LABEL_0": 0,
20
- "LABEL_1": 1
21
- },
22
- "length_penalty": 1.0,
23
- "max_length": 20,
24
  "max_position_embeddings": 512,
25
  "model_type": "distilbert",
26
  "n_heads": 12,
27
  "n_layers": 6,
28
- "num_beams": 1,
29
- "num_labels": 2,
30
- "num_return_sequences": 1,
31
- "output_attentions": false,
32
- "output_hidden_states": false,
33
  "output_past": true,
34
  "pad_token_id": 0,
35
- "pruned_heads": {},
36
  "qa_dropout": 0.1,
37
- "repetition_penalty": 1.0,
38
  "seq_classif_dropout": 0.2,
39
  "sinusoidal_pos_embds": true,
40
- "temperature": 1.0,
41
  "tie_weights_": true,
42
- "top_k": 50,
43
- "top_p": 1.0,
44
- "torchscript": false,
45
- "use_bfloat16": false,
46
  "vocab_size": 28996
47
- }
5
  ],
6
  "attention_dropout": 0.1,
7
  "dim": 768,
 
8
  "dropout": 0.1,
 
9
  "hidden_dim": 3072,
 
 
 
 
10
  "initializer_range": 0.02,
 
 
 
 
 
 
 
11
  "max_position_embeddings": 512,
12
  "model_type": "distilbert",
13
  "n_heads": 12,
14
  "n_layers": 6,
 
 
 
 
 
15
  "output_past": true,
16
  "pad_token_id": 0,
 
17
  "qa_dropout": 0.1,
 
18
  "seq_classif_dropout": 0.2,
19
  "sinusoidal_pos_embds": true,
 
20
  "tie_weights_": true,
 
 
 
 
21
  "vocab_size": 28996
22
+ }