Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer_config.json +4 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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:
|
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:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4f9d42652f0a7e42f55e951381fab5279e4f0af6df3023aad948ef6fe800d94
|
3 |
size 5432
|