jhpassion0621 commited on
Commit
9a9b127
1 Parent(s): bee3df8

Training in progress, step 5000

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/umt5-base",
3
  "architectures": [
4
  "UMT5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "jhpassion0621/kp-umt5-base",
3
  "architectures": [
4
  "UMT5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3b0aa3c3a7b1f592a5eebe20553d64df6282e474783a28e6565f53a667825d5
3
  size 2368210808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8942b59f16c541d66932816baebcc9e72c11af40f50f9df0fa0b230f03a9254d
3
  size 2368210808
runs/Feb01_22-13-07_22f47623c6d2/events.out.tfevents.1706825600.22f47623c6d2.3916.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2fe9a21cb7f48ecf933f9fe9d38f2825ee8081b56454729d67bb34db0824788
3
+ size 12474
special_tokens_map.json CHANGED
@@ -301,8 +301,32 @@
301
  "<extra_id_298>",
302
  "<extra_id_299>"
303
  ],
304
- "bos_token": "<s>",
305
- "eos_token": "</s>",
306
- "pad_token": "<pad>",
307
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
308
  }
 
301
  "<extra_id_298>",
302
  "<extra_id_299>"
303
  ],
304
+ "bos_token": {
305
+ "content": "<s>",
306
+ "lstrip": false,
307
+ "normalized": false,
308
+ "rstrip": false,
309
+ "single_word": false
310
+ },
311
+ "eos_token": {
312
+ "content": "</s>",
313
+ "lstrip": false,
314
+ "normalized": false,
315
+ "rstrip": false,
316
+ "single_word": false
317
+ },
318
+ "pad_token": {
319
+ "content": "<pad>",
320
+ "lstrip": false,
321
+ "normalized": false,
322
+ "rstrip": false,
323
+ "single_word": false
324
+ },
325
+ "unk_token": {
326
+ "content": "<unk>",
327
+ "lstrip": false,
328
+ "normalized": false,
329
+ "rstrip": false,
330
+ "single_word": false
331
+ }
332
  }
tokenizer_config.json CHANGED
@@ -2739,10 +2739,14 @@
2739
  "clean_up_tokenization_spaces": true,
2740
  "eos_token": "</s>",
2741
  "extra_ids": 300,
 
2742
  "model_max_length": 1000000000000000019884624838656,
2743
  "pad_token": "<pad>",
2744
  "sp_model_kwargs": {},
2745
  "spaces_between_special_tokens": false,
 
2746
  "tokenizer_class": "T5Tokenizer",
 
 
2747
  "unk_token": "<unk>"
2748
  }
 
2739
  "clean_up_tokenization_spaces": true,
2740
  "eos_token": "</s>",
2741
  "extra_ids": 300,
2742
+ "max_length": 256,
2743
  "model_max_length": 1000000000000000019884624838656,
2744
  "pad_token": "<pad>",
2745
  "sp_model_kwargs": {},
2746
  "spaces_between_special_tokens": false,
2747
+ "stride": 0,
2748
  "tokenizer_class": "T5Tokenizer",
2749
+ "truncation_side": "right",
2750
+ "truncation_strategy": "longest_first",
2751
  "unk_token": "<unk>"
2752
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce82f90493e61474e08e782ef23cc12cc5ef554ea7fa6fe77c12d8b5be5324e6
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63f4d57f3f1ee70733eb2708d377cc69555ace8ecc2f6da346f86582ed8aa730
3
  size 4792