efederici commited on
Commit
b926f22
1 Parent(s): ffcf3d7

Update model files

Browse files
Files changed (5) hide show
  1. README.md +1 -0
  2. config.json +29 -0
  3. flax_model.msgpack +3 -0
  4. pytorch_model.bin +3 -0
  5. tokenizer.json +0 -0
README.md CHANGED
@@ -1,3 +1,4 @@
1
  hello
2
  hello
3
  hello
 
 
1
  hello
2
  hello
3
  hello
4
+ hello
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/output",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 2048,
7
+ "d_kv": 64,
8
+ "d_model": 768,
9
+ "decoder_start_token_id": 0,
10
+ "dropout_rate": 0.1,
11
+ "eos_token_id": 1,
12
+ "feed_forward_proj": "gated-gelu",
13
+ "gradient_checkpointing": false,
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "layer_norm_epsilon": 1e-06,
17
+ "model_type": "t5",
18
+ "num_decoder_layers": 12,
19
+ "num_heads": 12,
20
+ "num_layers": 12,
21
+ "output_past": true,
22
+ "pad_token_id": 0,
23
+ "relative_attention_num_buckets": 32,
24
+ "tie_word_embeddings": false,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.12.0.dev0",
27
+ "use_cache": true,
28
+ "vocab_size": 32103
29
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:038f6cb0137235996122785104da8cefb86a04d2b56f775031a3d59d5fce6b62
3
+ size 990170015
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a684b9cbd1ce3db2fc3ebbe9d5ed6da46da4bf0554dff1763942ed8641594378
3
+ size 990280781
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff