system HF staff commited on
Commit
c8fb06f
1 Parent(s): 14b3123

Update config.json

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