system HF staff commited on
Commit
c9b0d28
1 Parent(s): d0d20c7

Update config.json

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