KipperDev commited on
Commit
864ad1a
1 Parent(s): 8808dfd

Training in progress, step 500

Browse files
config.json CHANGED
@@ -16,6 +16,9 @@
16
  "is_encoder_decoder": true,
17
  "is_gated_act": false,
18
  "layer_norm_epsilon": 1e-06,
 
 
 
19
  "model_type": "t5",
20
  "n_positions": 512,
21
  "num_decoder_layers": 6,
 
16
  "is_encoder_decoder": true,
17
  "is_gated_act": false,
18
  "layer_norm_epsilon": 1e-06,
19
+ "length_penalty": 1.2,
20
+ "max_length": 256,
21
+ "min_length": 50,
22
  "model_type": "t5",
23
  "n_positions": 512,
24
  "num_decoder_layers": 6,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a8477ffccb2f65584a9828bdec314cb25a5bf011f9e701c5cc16856e59b87da
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f1dd5713705d931b43fe247dc2b3def522cfb01b634e007ee2af21ac143f8f
3
  size 242041896
runs/Feb05_12-25-02_1a6303fd8b33/events.out.tfevents.1707135909.1a6303fd8b33.317.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52796fca7b55ffebee13913ac303f14cc9c23c92c19569f30b75409ccf865312
3
+ size 5475
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbe4694096308948f08cd77aca734d8d7994a2c552021943ac056897f002fe03
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3caa355e9a6cdcd3592482c7fb1cbf957b126d3d6bfe124593a705b71b47a3d0
3
  size 4728