박상준
commited on
Commit
•
bb2dd6a
1
Parent(s):
ac8b6c6
feat: Update model
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "khu-bot/polyglot-essayist-with-sum",
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
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:37fe834d74ac34a3662de2e3b170c81bf24aa4c2ea1f3af845b66dc2bb44c3e7
|
3 |
+
size 2764403325
|
tokenizer_config.json
CHANGED
@@ -3,6 +3,6 @@
|
|
3 |
"model_max_length": 1000000000000000019884624838656,
|
4 |
"name_or_path": "EleutherAI/polyglot-ko-1.3b",
|
5 |
"pad_token": "<|endoftext|>",
|
6 |
-
"special_tokens_map_file": "/
|
7 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
8 |
}
|
|
|
3 |
"model_max_length": 1000000000000000019884624838656,
|
4 |
"name_or_path": "EleutherAI/polyglot-ko-1.3b",
|
5 |
"pad_token": "<|endoftext|>",
|
6 |
+
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--EleutherAI--polyglot-ko-1.3b/snapshots/711da2957fdae31202de86c51edbc0c7f433b9e5/special_tokens_map.json",
|
7 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
8 |
}
|