rigarashi commited on
Commit
6693864
·
verified ·
1 Parent(s): 972436a

Training in progress, epoch 4

Browse files
Files changed (3) hide show
  1. config.json +7 -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-small",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
- "d_ff": 1024,
8
  "d_kv": 64,
9
- "d_model": 512,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "gelu_new",
12
  "dropout_rate": 0.1,
@@ -17,9 +17,10 @@
17
  "is_gated_act": true,
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "mt5",
20
- "num_decoder_layers": 8,
21
- "num_heads": 6,
22
- "num_layers": 8,
 
23
  "pad_token_id": 0,
24
  "relative_attention_max_distance": 128,
25
  "relative_attention_num_buckets": 32,
 
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
  "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,
26
  "relative_attention_num_buckets": 32,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6dc19973c8451f13ecd46c12c2e3c448cb66c7a4cc303b6a56c1b417983b12a
3
- size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d2aaca3d6c7e880e5babba51d8e1093a502645168a43bcb2fae5e048a3bd380
3
+ size 2329638768
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d7acd8dda6ecb9007309f9db8780088a2afc9619661e047ee6ca314374812ed
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d479a3ac8d594b2e96048ffa2a2c2ee3fbe9942a09fda4f363e2fd050344e301
3
  size 5176