Daniel Stancl commited on
Commit
94e0d77
1 Parent(s): c57fd58

Add config + PT and Flax ckpts

Browse files
Files changed (3) hide show
  1. config.json +32 -0
  2. flax_model.msgpack +3 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Stancld/LongT5-TGlobal-Large",
3
+ "architectures": [
4
+ "LongT5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 2816,
7
+ "d_kv": 64,
8
+ "d_model": 1024,
9
+ "decoder_start_token_id": 0,
10
+ "dropout_rate": 0.1,
11
+ "encoder_attention_type": "transient-global",
12
+ "eos_token_id": 1,
13
+ "feed_forward_proj": "gated-gelu",
14
+ "global_block_size": 16,
15
+ "initializer_factor": 1.0,
16
+ "is_encoder_decoder": true,
17
+ "layer_norm_epsilon": 1e-06,
18
+ "local_radius": 127,
19
+ "model_type": "longt5",
20
+ "n_positions": 4096,
21
+ "num_decoder_layers": 24,
22
+ "num_heads": 16,
23
+ "num_layers": 24,
24
+ "output_past": true,
25
+ "pad_token_id": 0,
26
+ "relative_attention_max_distance": 128,
27
+ "relative_attention_num_buckets": 32,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.19.0.dev0",
30
+ "use_cache": true,
31
+ "vocab_size": 32128
32
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8258fdd6c03119d44c1f4adf8178ba6ffe16b18a6b18d503ab2561f8316e935
3
+ size 3132726428
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e6fb4201286405a2b76150de92da9c6261f0e51f9b34ae4db830328bd477f1
3
+ size 3001296117