system HF staff commited on
Commit
31344fd
1 Parent(s): 75d1e7f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +55 -0
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 2,
3
+ "activation": "gelu",
4
+ "architectures": null,
5
+ "attention_dropout": 0.1,
6
+ "bad_words_ids": null,
7
+ "bos_token_id": null,
8
+ "decoder_start_token_id": null,
9
+ "dim": 768,
10
+ "do_sample": false,
11
+ "dropout": 0.1,
12
+ "early_stopping": false,
13
+ "eos_token_id": null,
14
+ "finetuning_task": null,
15
+ "hidden_dim": 3072,
16
+ "id2label": {
17
+ "0": "LABEL_0",
18
+ "1": "LABEL_1"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "is_decoder": false,
22
+ "is_encoder_decoder": false,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1
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": true,
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": true,
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": 30101
55
+ }