mousaazari commited on
Commit
87c267a
·
1 Parent(s): 9c4eb44

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "t5-large",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
6
- "d_ff": 4096,
7
  "d_kv": 64,
8
- "d_model": 1024,
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": 24,
21
- "num_heads": 16,
22
- "num_layers": 24,
23
  "output_past": true,
24
  "pad_token_id": 0,
25
  "relative_attention_max_distance": 128,
 
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
  "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,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bf314497b90637b40c05a5b1de9aac936ba97311d68d84d288d0f1f8bdf1b6b
3
- size 2950844807
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3015b2fba10ac3b568f848b25ffec7acc36862c59e3a3c02e7955f97c855a30a
3
+ size 242070267
runs/Aug16_14-35-02_f94b6edc6539/1660661666.6902423/events.out.tfevents.1660661666.f94b6edc6539.77.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af6a2698f5e3d705ba487d698168a82413d2ec054161754906d556c381c3ebf9
3
+ size 5653
runs/Aug16_14-35-02_f94b6edc6539/events.out.tfevents.1660661660.f94b6edc6539.77.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b6f5915d55c2bf3b7a21224fa542bd18fc986d6709244f6dcc7c4d0c0909202
3
+ size 5393
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52f773853eaec07ab485ee49fb703ecb27492d60759815095a829298ad10984c
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e664655229c8f1f46b1f1540747efd884b205f4d90965615022d9107c9908d4c
3
  size 3439