Training in progress, step 500
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer_config.json +0 -7
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gogamza/kobart-base-v2",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 495589768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e9101ff09cc43e307422c30c15805637c9c935426aa84444bed46a2087e1732
|
3 |
size 495589768
|
tokenizer_config.json
CHANGED
@@ -1837,15 +1837,8 @@
|
|
1837 |
"clean_up_tokenization_spaces": true,
|
1838 |
"eos_token": "</s>",
|
1839 |
"mask_token": "<mask>",
|
1840 |
-
"max_length": 64,
|
1841 |
"model_max_length": 1000000000000000019884624838656,
|
1842 |
-
"pad_to_multiple_of": null,
|
1843 |
"pad_token": "<pad>",
|
1844 |
-
"pad_token_type_id": 0,
|
1845 |
-
"padding_side": "right",
|
1846 |
-
"stride": 0,
|
1847 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
1848 |
-
"truncation_side": "right",
|
1849 |
-
"truncation_strategy": "longest_first",
|
1850 |
"unk_token": "<unk>"
|
1851 |
}
|
|
|
1837 |
"clean_up_tokenization_spaces": true,
|
1838 |
"eos_token": "</s>",
|
1839 |
"mask_token": "<mask>",
|
|
|
1840 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
1841 |
"pad_token": "<pad>",
|
|
|
|
|
|
|
1842 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
|
|
|
|
1843 |
"unk_token": "<unk>"
|
1844 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6cc3864317e53aee670377c4d76b2eb63275e6637ad51a8bf326bee2f9be703
|
3 |
size 5240
|