system HF staff commited on
Commit
aa29da2
1 Parent(s): b543227

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +50 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_ids": 0,
19
+ "finetuning_task": null,
20
+ "id2label": {
21
+ "0": "LABEL_0",
22
+ "1": "LABEL_1"
23
+ },
24
+ "init_std": 0.02,
25
+ "is_decoder": false,
26
+ "label2id": {
27
+ "LABEL_0": 0,
28
+ "LABEL_1": 1
29
+ },
30
+ "length_penalty": 1.0,
31
+ "max_length": 20,
32
+ "max_position_embeddings": 1024,
33
+ "model_type": "bart",
34
+ "num_beams": 1,
35
+ "num_hidden_layers": 12,
36
+ "num_labels": 3,
37
+ "num_return_sequences": 1,
38
+ "output_attentions": false,
39
+ "output_hidden_states": false,
40
+ "output_past": true,
41
+ "pad_token_id": 1,
42
+ "pruned_heads": {},
43
+ "repetition_penalty": 1.0,
44
+ "temperature": 1.0,
45
+ "top_k": 50,
46
+ "top_p": 1.0,
47
+ "torchscript": false,
48
+ "use_bfloat16": false,
49
+ "vocab_size": 50265
50
+ }