parvezmrobin commited on
Commit
156f6ca
·
1 Parent(s): 21dd61c

add model

Browse files
Files changed (2) hide show
  1. config.json +45 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Salesforce/codet5-base-multi-sum",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "d_ff": 3072,
8
+ "d_kv": 64,
9
+ "d_model": 768,
10
+ "decoder_start_token_id": 0,
11
+ "dropout_rate": 0.1,
12
+ "eos_token_id": 2,
13
+ "feed_forward_proj": "relu",
14
+ "id2label": {
15
+ "0": "LABEL_0"
16
+ },
17
+ "initializer_factor": 1.0,
18
+ "is_encoder_decoder": true,
19
+ "label2id": {
20
+ "LABEL_0": 0
21
+ },
22
+ "layer_norm_epsilon": 1e-06,
23
+ "model_type": "t5",
24
+ "n_positions": 512,
25
+ "num_decoder_layers": 12,
26
+ "num_heads": 12,
27
+ "num_layers": 12,
28
+ "output_past": true,
29
+ "pad_token_id": 0,
30
+ "relative_attention_num_buckets": 32,
31
+ "task_specific_params": {
32
+ "summarization": {
33
+ "early_stopping": true,
34
+ "length_penalty": 2.0,
35
+ "max_length": 256,
36
+ "min_length": 1,
37
+ "no_repeat_ngram_size": 3,
38
+ "num_beams": 5
39
+ }
40
+ },
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.16.2",
43
+ "use_cache": true,
44
+ "vocab_size": 32100
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7480019e8e939949725b92d4fbc6c622a6d3369e6a6db986a4ffe648c755a8b
3
+ size 891641279