gchhablani commited on
Commit
17680d4
1 Parent(s): d3b4a23

Add model files

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