system HF staff commited on
Commit
2445b58
1 Parent(s): 1a3770a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -25
config.json CHANGED
@@ -1,47 +1,22 @@
1
  {
2
  "activation": "gelu",
3
- "architectures": null,
4
  "attention_dropout": 0.1,
5
  "bos_token_id": 0,
6
  "dim": 768,
7
- "do_sample": false,
8
  "dropout": 0.1,
9
  "eos_token_ids": 0,
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": true,
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": 32000
47
  }
1
  {
2
  "activation": "gelu",
 
3
  "attention_dropout": 0.1,
4
  "bos_token_id": 0,
5
  "dim": 768,
 
6
  "dropout": 0.1,
7
  "eos_token_ids": 0,
 
8
  "hidden_dim": 3072,
 
 
 
 
9
  "initializer_range": 0.02,
 
 
 
 
 
 
 
10
  "max_position_embeddings": 512,
11
  "model_type": "distilbert",
12
  "n_heads": 12,
13
  "n_layers": 6,
 
 
 
 
14
  "output_hidden_states": true,
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": 32000
22
  }