Lina Gårdemark commited on
Commit
831eb98
1 Parent(s): ecca1c1

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,12 +1,12 @@
1
  {
2
- "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
- "d_ff": 2048,
8
  "d_kv": 64,
9
- "d_model": 512,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "relu",
12
  "dropout_rate": 0.1,
@@ -18,9 +18,9 @@
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
- "num_decoder_layers": 6,
22
- "num_heads": 8,
23
- "num_layers": 6,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "relative_attention_max_distance": 128,
 
1
  {
2
+ "_name_or_path": "t5-large",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
+ "d_ff": 4096,
8
  "d_kv": 64,
9
+ "d_model": 1024,
10
  "decoder_start_token_id": 0,
11
  "dense_act_fn": "relu",
12
  "dropout_rate": 0.1,
 
18
  "layer_norm_epsilon": 1e-06,
19
  "model_type": "t5",
20
  "n_positions": 512,
21
+ "num_decoder_layers": 24,
22
+ "num_heads": 16,
23
+ "num_layers": 24,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
  "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:2444018f092f8c8c482816f106e9e37b3a9c991ae296906c406b45086ba971ba
3
- size 242071641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57995ad781ab482844f8a340368a83010d743c5e045046fe97213b6aed40283
3
+ size 2950848513
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2f263ea54ca510d3ec4b8952ec21aba434a5d84d5878f8bcedbab55c882155c
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcdf47a7821e53be96fe88d2f046be9d3f8ccac9b2549886e358cb28f3832dc7
3
  size 4219