system HF staff commited on
Commit
ad16136
1 Parent(s): b551244

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +58 -0
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 3,
3
+ "activation_dropout": 0.0,
4
+ "architectures": null,
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 0,
7
+ "classif_dropout": 0.0,
8
+ "d_model": 1024,
9
+ "decoder_attention_heads": 16,
10
+ "decoder_ffn_dim": 4096,
11
+ "decoder_layerdrop": 0.0,
12
+ "decoder_layers": 12,
13
+ "do_sample": false,
14
+ "dropout": 0.1,
15
+ "early_stopping": false,
16
+ "encoder_attention_heads": 16,
17
+ "encoder_ffn_dim": 4096,
18
+ "encoder_layerdrop": 0.0,
19
+ "encoder_layers": 12,
20
+ "eos_token_ids": [
21
+ 2
22
+ ],
23
+ "finetuning_task": null,
24
+ "id2label": {
25
+ "0": "LABEL_0",
26
+ "1": "LABEL_1",
27
+ "2": "LABEL_2"
28
+ },
29
+ "init_std": 0.02,
30
+ "is_decoder": false,
31
+ "is_encoder_decoder": true,
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1,
35
+ "LABEL_2": 2
36
+ },
37
+ "length_penalty": 2.0,
38
+ "max_length": 20,
39
+ "max_position_embeddings": 1024,
40
+ "min_length": 0,
41
+ "model_type": "bart",
42
+ "no_repeat_ngram_size": 3,
43
+ "num_beams": 4,
44
+ "num_hidden_layers": 12,
45
+ "num_return_sequences": 1,
46
+ "output_attentions": false,
47
+ "output_hidden_states": false,
48
+ "output_past": true,
49
+ "pad_token_id": 1,
50
+ "pruned_heads": {},
51
+ "repetition_penalty": 1.0,
52
+ "temperature": 1.0,
53
+ "top_k": 50,
54
+ "top_p": 1.0,
55
+ "torchscript": false,
56
+ "use_bfloat16": false,
57
+ "vocab_size": 50264
58
+ }