ckm4514 commited on
Commit
4c05c03
1 Parent(s): c5b94d8

Second batch

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "beomi/kcbert-base",
3
  "architectures": [
4
  "BertForMaskedLM"
5
  ],
1
  {
2
+ "_name_or_path": "Kyoungmin/beauty-base-KLCP",
3
  "architectures": [
4
  "BertForMaskedLM"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a08a1e746d901ebe3e057eb34cc3f6f0436e4bf04410b64addb9956282418987
3
  size 435883435
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:895339ee074dd923eaac60e6df16948f41fc48c6010ed13bdb738e8a4fa3c085
3
  size 435883435
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 300, "special_tokens_map_file": null, "name_or_path": "beomi/kcbert-base", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 300, "special_tokens_map_file": null, "name_or_path": "Kyoungmin/beauty-base-KLCP", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}