Shoriful025 commited on
Commit
49d0729
·
verified ·
1 Parent(s): b4a739b

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +48 -0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "PegasusForConditionalGeneration"
4
+ ],
5
+ "activation_dropout": 0.1,
6
+ "activation_function": "relu",
7
+ "add_bias_logits": false,
8
+ "add_final_layer_norm": true,
9
+ "attention_dropout": 0.1,
10
+ "bos_token_id": 0,
11
+ "classif_dropout": 0.0,
12
+ "classifier_dropout": 0.0,
13
+ "d_model": 1024,
14
+ "decoder_attention_heads": 16,
15
+ "decoder_ffn_dim": 4096,
16
+ "decoder_layerdrop": 0.0,
17
+ "decoder_layers": 12,
18
+ "decoder_start_token_id": 0,
19
+ "dropout": 0.1,
20
+ "encoder_attention_heads": 16,
21
+ "encoder_ffn_dim": 4096,
22
+ "encoder_layerdrop": 0.0,
23
+ "encoder_layers": 12,
24
+ "eos_token_id": 1,
25
+ "extra_pos_embeddings": 1,
26
+ "force_bos_token_id": 0,
27
+ "id2label": {
28
+ "0": "LABEL_0",
29
+ "1": "LABEL_1"
30
+ },
31
+ "init_std": 0.02,
32
+ "is_encoder_decoder": true,
33
+ "label2id": {
34
+ "LABEL_0": 0,
35
+ "LABEL_1": 1
36
+ },
37
+ "max_position_embeddings": 1024,
38
+ "model_type": "pegasus",
39
+ "num_beams": 8,
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 0,
42
+ "scale_embedding": true,
43
+ "static_position_embeddings": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.37.0",
46
+ "use_cache": true,
47
+ "vocab_size": 96103
48
+ }