system HF staff commited on
Commit
153b3b9
1 Parent(s): 7ca2837

Update config.json

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