nchen909 commited on
Commit
7dc728d
1 Parent(s): c736a10

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +33 -0
  2. pytorch_model.bin +3 -0
  3. sentencepiece.bpe.model +3 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/nchen909/code/CodePrompt/save_models/clone/plbart/checkpoint-best-f1/",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "PLBartForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 0,
10
+ "classifier_dropout": 0.0,
11
+ "d_model": 768,
12
+ "decoder_attention_heads": 12,
13
+ "decoder_ffn_dim": 3072,
14
+ "decoder_layerdrop": 0.0,
15
+ "decoder_layers": 6,
16
+ "dropout": 0.1,
17
+ "encoder_attention_heads": 12,
18
+ "encoder_ffn_dim": 3072,
19
+ "encoder_layerdrop": 0.0,
20
+ "encoder_layers": 6,
21
+ "eos_token_id": 2,
22
+ "forced_eos_token_id": 2,
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
+ "transformers_version": "4.13.0.dev0",
31
+ "use_cache": true,
32
+ "vocab_size": 50005
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:460179c3aee85a74d35de09ad834eb41fe5b5bd268c57733d448730a8b57595c
3
+ size 561916943
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72f5d040a176945623a255484d24066f8c0da89a294359154e226efbe494b80
3
+ size 985833