Sanus commited on
Commit
c0710ef
·
1 Parent(s): 3b10b98

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. config.json +7 -6
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "google/mt5-small",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
6
- "d_ff": 1024,
7
  "d_kv": 64,
8
- "d_model": 512,
9
  "decoder_start_token_id": 0,
10
  "dense_act_fn": "gelu_new",
11
  "dropout_rate": 0.1,
@@ -16,9 +16,10 @@
16
  "is_gated_act": true,
17
  "layer_norm_epsilon": 1e-06,
18
  "model_type": "mt5",
19
- "num_decoder_layers": 8,
20
- "num_heads": 6,
21
- "num_layers": 8,
 
22
  "pad_token_id": 0,
23
  "relative_attention_max_distance": 128,
24
  "relative_attention_num_buckets": 32,
 
1
  {
2
+ "_name_or_path": "google/mt5-base",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
6
+ "d_ff": 2048,
7
  "d_kv": 64,
8
+ "d_model": 768,
9
  "decoder_start_token_id": 0,
10
  "dense_act_fn": "gelu_new",
11
  "dropout_rate": 0.1,
 
16
  "is_gated_act": true,
17
  "layer_norm_epsilon": 1e-06,
18
  "model_type": "mt5",
19
+ "num_decoder_layers": 12,
20
+ "num_heads": 12,
21
+ "num_layers": 12,
22
+ "output_past": true,
23
  "pad_token_id": 0,
24
  "relative_attention_max_distance": 128,
25
  "relative_attention_num_buckets": 32,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d165e2c4379faea6aea0be2e84a577b0db94b87d57ad5090e112362152388ba
3
- size 1200772485
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c9b7274f957080b3564692ab9421e47252bf3b99c3b568962ecba53edd3a64
3
+ size 2329702453