system HF staff commited on
Commit
07d1121
1 Parent(s): 9eb236b

Update config.json

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