Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- special_tokens_map.json +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +4 -0
- 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": "hyunwoongko/kobart",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 495648413
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffa04abf927d482fe5edef711a848ae209a3065ea2eb2713da277e723756f128
|
3 |
size 495648413
|
special_tokens_map.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"bos_token": "
|
3 |
"eos_token": "</s>",
|
4 |
"mask_token": "<mask>",
|
5 |
"pad_token": "<pad>",
|
|
|
1 |
{
|
2 |
+
"bos_token": "<s>",
|
3 |
"eos_token": "</s>",
|
4 |
"mask_token": "<mask>",
|
5 |
"pad_token": "<pad>",
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c5d25760d1d7b98ba06496e76e94d5739c800cd8f10239e4b917d00a177d889
|
3 |
+
size 1049801
|
tokenizer_config.json
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
|
|
|
|
|
|
|
|
3 |
"model_max_length": 1000000000000000019884624838656,
|
4 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
5 |
}
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
+
"model_input_names": [
|
4 |
+
"input_ids",
|
5 |
+
"attention_mask"
|
6 |
+
],
|
7 |
"model_max_length": 1000000000000000019884624838656,
|
8 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
9 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:800f8ff2e05ca8521f2ab1c9533b92dc257b2a8462a64c3f39ab8e94e6a09d60
|
3 |
size 4091
|