cpb5867 commited on
Commit
1aff31c
1 Parent(s): 832f60c

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +6 -6
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
- "d_ff": 2048,
7
  "d_kv": 64,
8
- "d_model": 512,
9
  "decoder_start_token_id": 0,
10
  "dense_act_fn": "relu",
11
  "dropout_rate": 0.1,
@@ -17,9 +17,9 @@
17
  "layer_norm_epsilon": 1e-06,
18
  "model_type": "t5",
19
  "n_positions": 512,
20
- "num_decoder_layers": 6,
21
- "num_heads": 8,
22
- "num_layers": 6,
23
  "output_past": true,
24
  "pad_token_id": 0,
25
  "relative_attention_max_distance": 128,
 
1
  {
2
+ "_name_or_path": "t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
+ "d_ff": 3072,
7
  "d_kv": 64,
8
+ "d_model": 768,
9
  "decoder_start_token_id": 0,
10
  "dense_act_fn": "relu",
11
  "dropout_rate": 0.1,
 
17
  "layer_norm_epsilon": 1e-06,
18
  "model_type": "t5",
19
  "n_positions": 512,
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,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abdc60f324958dd9de6423b0ed12d1f61215b6fd10c928fac6eb899d9044b66e
3
- size 242071641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:974e141cb0202577485bc9be07f2843e4ef09c17b9566876399f5324dbb4b107
3
+ size 891702929
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cc5a1758965b62704c9bc7f267cc43cbbf9212153b2cbfc062a0db142482fb7
3
  size 3771
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824c8cdf15b81886236635f8fc0209aa5bf683270a1c3aaba875ea9ec870e1aa
3
  size 3771