system HF staff commited on
Commit
c360162
1 Parent(s): 7489fe3

Update config.json

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