Shoriful025 commited on
Commit
421f22b
·
verified ·
1 Parent(s): 9ccadc9

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +34 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```json
2
+ {
3
+ "architectures": [
4
+ "ProphetNetForConditionalGeneration"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": 102,
8
+ "cross_attention_hidden_size": null,
9
+ "decoder_ffn_dim": 4096,
10
+ "decoder_layers": 12,
11
+ "decoder_start_token_id": 102,
12
+ "dropout": 0.1,
13
+ "encoder_ffn_dim": 4096,
14
+ "encoder_layers": 12,
15
+ "eos_token_id": 102,
16
+ "hidden_size": 1024,
17
+ "init_std": 0.02,
18
+ "is_encoder_decoder": true,
19
+ "length_penalty": 2.0,
20
+ "max_length": 512,
21
+ "max_position_embeddings": 512,
22
+ "min_length": 2,
23
+ "model_type": "prophetnet",
24
+ "ngram": 2,
25
+ "num_beams": 4,
26
+ "num_buckets": 32,
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 0,
29
+ "relative_max_distance": 128,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.35.0",
32
+ "use_cache": true,
33
+ "vocab_size": 30522
34
+ }