arijitx commited on
Commit
9b01758
1 Parent(s): aaa3170

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +38 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ai4bharat/IndicBART",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "MBartForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 64000,
10
+ "classifier_dropout": 0.0,
11
+ "d_model": 1024,
12
+ "decoder_attention_heads": 16,
13
+ "decoder_ffn_dim": 4096,
14
+ "decoder_layerdrop": 0.0,
15
+ "decoder_layers": 6,
16
+ "decoder_start_token_id": 64003,
17
+ "dropout": 0.1,
18
+ "encoder_attention_heads": 16,
19
+ "encoder_ffn_dim": 4096,
20
+ "encoder_layerdrop": 0.0,
21
+ "encoder_layers": 6,
22
+ "eos_token_id": 64001,
23
+ "forced_bos_token_id": 64003,
24
+ "forced_eos_token_id": 2,
25
+ "gradient_checkpointing": false,
26
+ "init_std": 0.02,
27
+ "is_encoder_decoder": true,
28
+ "max_position_embeddings": 1024,
29
+ "model_type": "mbart",
30
+ "num_hidden_layers": 6,
31
+ "pad_token_id": 0,
32
+ "scale_embedding": false,
33
+ "tokenizer_class": "AlbertTokenizer",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.18.0.dev0",
36
+ "use_cache": true,
37
+ "vocab_size": 64014
38
+ }