Training in progress, step 500
Browse files- config.json +3 -3
- pytorch_model.bin +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +0 -4
- 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,
|
@@ -9,7 +9,7 @@
|
|
9 |
],
|
10 |
"attention_dropout": 0.0,
|
11 |
"author": "Heewon Jeon([email protected])",
|
12 |
-
"bos_token_id":
|
13 |
"classif_dropout": 0.1,
|
14 |
"classifier_dropout": 0.1,
|
15 |
"d_model": 768,
|
@@ -35,7 +35,7 @@
|
|
35 |
},
|
36 |
"init_std": 0.02,
|
37 |
"is_encoder_decoder": true,
|
38 |
-
"kobart_version":
|
39 |
"label2id": {
|
40 |
"NEGATIVE": 0,
|
41 |
"POSITIVE": 1
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gogamza/kobart-base-v1",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
|
|
9 |
],
|
10 |
"attention_dropout": 0.0,
|
11 |
"author": "Heewon Jeon([email protected])",
|
12 |
+
"bos_token_id": 0,
|
13 |
"classif_dropout": 0.1,
|
14 |
"classifier_dropout": 0.1,
|
15 |
"d_model": 768,
|
|
|
35 |
},
|
36 |
"init_std": 0.02,
|
37 |
"is_encoder_decoder": true,
|
38 |
+
"kobart_version": 1.0,
|
39 |
"label2id": {
|
40 |
"NEGATIVE": 0,
|
41 |
"POSITIVE": 1
|
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:3d3960672c04e0132b5aa8bb4e50b0c1fd0b5f4d69a6a83effdb3f550a03589c
|
3 |
size 495648413
|
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:2e2aa1fd7ae83295f9cb17b6af35f888da2ee58d021a7f9750856a574fba96fe
|
3 |
+
size 1049628
|
tokenizer_config.json
CHANGED
@@ -1,9 +1,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 |
}
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
|
|
|
|
|
|
|
|
3 |
"model_max_length": 1000000000000000019884624838656,
|
4 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
5 |
}
|
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:69d5439e8e3dac34b768b896856730cf0ebc502b2b3e8f2527310146474dd30f
|
3 |
size 4091
|