benjaminsul commited on
Commit
cbcac6b
1 Parent(s): 1c3fdde

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +6 -6
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "google/mt5-base",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
- "d_ff": 2048,
8
  "d_kv": 64,
9
- "d_model": 768,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "gelu_new",
12
  "dropout_rate": 0.1,
@@ -17,9 +17,9 @@
17
  "is_gated_act": true,
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "mt5",
20
- "num_decoder_layers": 12,
21
- "num_heads": 12,
22
- "num_layers": 12,
23
  "output_past": true,
24
  "pad_token_id": 0,
25
  "relative_attention_max_distance": 128,
 
1
  {
2
+ "_name_or_path": "google/mt5-large",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
+ "d_ff": 2816,
8
  "d_kv": 64,
9
+ "d_model": 1024,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "gelu_new",
12
  "dropout_rate": 0.1,
 
17
  "is_gated_act": true,
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "mt5",
20
+ "num_decoder_layers": 24,
21
+ "num_heads": 16,
22
+ "num_layers": 24,
23
  "output_past": true,
24
  "pad_token_id": 0,
25
  "relative_attention_max_distance": 128,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5768ba65117aee553f2138c340157a014c03012285737288f0737e8cceafb0b9
3
- size 2329638768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9ff8d96b12f59b17e9494be03cb970fb19e78d904e5af7963173480f2974980
3
+ size 4918393736
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6542b847c8e64dca9c6fa8665d5ca649e6956750c0070a2d710e39a705de29c5
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64a63885ad441bdce019849dcc702b82d8df04a920ce0838da2822899e343c17
3
  size 5304