system HF staff commited on
Commit
06cafc4
1 Parent(s): 7c93865

Update config.json

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