ayakiri commited on
Commit
b034c8c
·
verified ·
1 Parent(s): 46736b1

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "ayakiri/sentence-correction",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0712136f17ece5ed45da9ae288052eae67b5560b1fa267f483b80880aec3f75
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8b7925cd33b26a781eef049d9fee53b315143112650510260742fa9ed44bf25
3
  size 242041896
tokenizer_config.json CHANGED
@@ -931,8 +931,12 @@
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
  "extra_special_tokens": {},
 
934
  "model_max_length": 512,
935
  "pad_token": "<pad>",
 
936
  "tokenizer_class": "T5Tokenizer",
 
 
937
  "unk_token": "<unk>"
938
  }
 
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
  "extra_special_tokens": {},
934
+ "max_length": 128,
935
  "model_max_length": 512,
936
  "pad_token": "<pad>",
937
+ "stride": 0,
938
  "tokenizer_class": "T5Tokenizer",
939
+ "truncation_side": "right",
940
+ "truncation_strategy": "longest_first",
941
  "unk_token": "<unk>"
942
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41c711765e3ebfc1b88e13d6e1d72a0d35942cbb556228ee33dfd17badbd8888
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f9d42652f0a7e42f55e951381fab5279e4f0af6df3023aad948ef6fe800d94
3
  size 5432