Mootez Saad commited on
Commit
ac4ea95
1 Parent(s): 7b8326b

first commit

Browse files
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "init_std": 0.02,
23
+ "is_encoder_decoder": true,
24
+ "max_position_embeddings": 1024,
25
+ "model_type": "plbart",
26
+ "num_hidden_layers": 6,
27
+ "pad_token_id": 1,
28
+ "scale_embedding": true,
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.26.1",
31
+ "use_cache": true,
32
+ "vocab_size": 50004
33
+ }
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 2,
5
+ "forced_eos_token_id": 2,
6
+ "pad_token_id": 1,
7
+ "transformers_version": "4.26.1"
8
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e07209b6b653f2adb6e9f4c4ea8fdae064c2d8c8fee0457de102951b34132d6
3
+ size 557164701
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72f5d040a176945623a255484d24066f8c0da89a294359154e226efbe494b80
3
+ size 985833
sentencepiece.bpe.vocab ADDED
The diff for this file is too large to render. See raw diff