draj commited on
Commit
f8a29cd
1 Parent(s): d7cafdb

Model repo created

Browse files
Files changed (2) hide show
  1. config.json +32 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "MBartForConditionalGeneration"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "bos_token_id": 64000,
9
+ "d_model": 1024,
10
+ "classifier_dropout": 0.0,
11
+ "decoder_attention_heads": 16,
12
+ "decoder_ffn_dim": 4096,
13
+ "decoder_layerdrop": 0.0,
14
+ "decoder_layers": 6,
15
+ "dropout": 0.1,
16
+ "encoder_attention_heads": 16,
17
+ "encoder_ffn_dim": 4096,
18
+ "encoder_layerdrop": 0.0,
19
+ "encoder_layers": 6,
20
+ "eos_token_id": 64001,
21
+ "gradient_checkpointing": false,
22
+ "init_std": 0.02,
23
+ "is_encoder_decoder": true,
24
+ "max_position_embeddings": 1024,
25
+ "model_type": "mbart",
26
+ "num_hidden_layers": 6,
27
+ "pad_token_id": 0,
28
+ "scale_embedding": false,
29
+ "transformers_version": "4.3.2",
30
+ "use_cache": true,
31
+ "vocab_size": 64014
32
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb46d7c215053279bb3eaf3220db7eb28a919a6d3d0ead2135c15a3fdc426e88
3
+ size 976422151