alzoubi36 commited on
Commit
fc5519d
1 Parent(s): f2aeeb6

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": 2816,
7
  "d_kv": 64,
8
  "d_model": 1024,
@@ -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": 2816,
8
  "d_kv": 64,
9
  "d_model": 1024,
 
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:628bb40f8cff807485dcd2d9acd49b2510ebd3fc1a9f855fcfba5d7d404fb1b0
3
  size 3132624407
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb0c26e34d2c8cbc1a315b0f1280d51341d57cd0795cf302c12899f2cec1184
3
  size 3132624407
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
  }