박상준 commited on
Commit
bb2dd6a
1 Parent(s): ac8b6c6

feat: Update model

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "EleutherAI/polyglot-ko-1.3b",
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:44243825427f6a457102d2d7f98d4bbe4b1005548352ce53c2482d13ad2389bf
3
- size 2764349516
 
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": "/home/cosmoquester/.cache/huggingface/hub/models--EleutherAI--polyglot-ko-1.3b/snapshots/711da2957fdae31202de86c51edbc0c7f433b9e5/special_tokens_map.json",
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
  }