ghaddara commited on
Commit
7e07729
1 Parent(s): e3fc7d9

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +21 -0
  2. pytorch_model.bin +3 -0
  3. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_ff": 2048,
3
+ "d_kv": 64,
4
+ "d_model": 768,
5
+ "decoder_start_token_id": 0,
6
+ "dropout_rate": 0.1,
7
+ "eos_token_id": 3,
8
+ "feed_forward_proj": "gated-gelu",
9
+ "initializer_factor": 1.0,
10
+ "is_encoder_decoder": true,
11
+ "layer_norm_epsilon": 1e-06,
12
+ "model_type": "t5",
13
+ "num_decoder_layers": 12,
14
+ "num_heads": 12,
15
+ "num_layers": 12,
16
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "relative_attention_num_buckets": 32,
19
+ "tie_word_embeddings": false,
20
+ "vocab_size": 64000
21
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdd481421ff08a29f142c139bd6dd9deac3c1bc26a17f178c710a8b637ca3aea
3
+ size 1186266969
vocab.txt ADDED
The diff for this file is too large to render. See raw diff