alzoubi36 commited on
Commit
f3baee3
1 Parent(s): 11f031c

Upload FlaxT5ForConditionalGeneration

Browse files
Files changed (3) hide show
  1. config.json +2 -1
  2. flax_model.msgpack +1 -1
  3. generation_config.json +1 -1
config.json CHANGED
@@ -3,6 +3,7 @@
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
6
  "d_ff": 2048,
7
  "d_kv": 64,
8
  "d_model": 768,
@@ -24,7 +25,7 @@
24
  "relative_attention_max_distance": 128,
25
  "relative_attention_num_buckets": 32,
26
  "tie_word_embeddings": false,
27
- "transformers_version": "4.31.0",
28
  "use_cache": true,
29
  "vocab_size": 32128
30
  }
 
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
+ "classifier_dropout": 0.0,
7
  "d_ff": 2048,
8
  "d_kv": 64,
9
  "d_model": 768,
 
25
  "relative_attention_max_distance": 128,
26
  "relative_attention_num_buckets": 32,
27
  "tie_word_embeddings": false,
28
+ "transformers_version": "4.32.1",
29
  "use_cache": true,
30
  "vocab_size": 32128
31
  }
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64f1f5bb94b99ce0be097033b6a33b9b75ded05989453dbb4a0c01ec0c54a177
3
  size 990323615
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13bf0087fca9867ce9cc1cb1d1b88826216c2cd100438d2edf6ba3186a93cf9d
3
  size 990323615
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
- "transformers_version": "4.31.0"
7
  }
 
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.32.1"
7
  }