change name
Browse files- config.json +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "ainize/kobart-news",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "ainize/kobart-news-v1",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_bias_logits": false,
|
tokenizer_config.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"errors": "replace",
|
8 |
"mask_token": "<mask>",
|
9 |
"model_max_length": 1000000,
|
10 |
-
"name_or_path": "EbanLee/kobart-summary",
|
11 |
"pad_token": "<pad>",
|
12 |
"sep_token": "</s>",
|
13 |
"special_tokens_map_file": null,
|
|
|
7 |
"errors": "replace",
|
8 |
"mask_token": "<mask>",
|
9 |
"model_max_length": 1000000,
|
10 |
+
"name_or_path": "EbanLee/kobart-summary-v1",
|
11 |
"pad_token": "<pad>",
|
12 |
"sep_token": "</s>",
|
13 |
"special_tokens_map_file": null,
|