Model save
Browse files- .gitignore +1 -0
- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer.json +2 -2
- tokenizer_config.json +6 -2
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d478abf47e3249bc0907d568225476c5fcc46f59448a8f7a43f61375ac9bb909
|
3 |
+
size 495646265
|
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:c8c41b020e10a20d307280e649814c86100e7729891a9cd3826d9cd935a51928
|
3 |
+
size 1049608
|
tokenizer_config.json
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
|
|
|
|
|
|
|
|
4 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
5 |
}
|
|
|
1 |
{
|
2 |
+
"model_input_names": [
|
3 |
+
"input_ids",
|
4 |
+
"attention_mask"
|
5 |
+
],
|
6 |
+
"name_or_path": "hyunwoongko/kobart",
|
7 |
+
"special_tokens_map_file": "/root/.cache/huggingface/transformers/a87d2ed77831bb40ce806a97c04126addf5ecc82b3e23ecf916b2a4acdb9c29a.c23d5e62137984cf842a885705037b25b156747d145406702932d5f5d5e7c88e",
|
8 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
9 |
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e79b263f250505ef8fb7a00eec7ab8f5d096dd04bd504b62cae7b8a0770b02b
|
3 |
+
size 3503
|