system HF staff commited on
Commit
47e4237
1 Parent(s): 88c64d1

Update config.json

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