ckm4514 commited on
Commit
c55d677
1 Parent(s): 3ae27c0

fifth 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": "Kyoungmin/beauty-base-KLCP",
3
  "architectures": [
4
  "BertForMaskedLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "Kyoungmin/beauty-base-KLCP2",
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:096d0e6d628ba158516f80b78c2195d0db5b8a3c2fadf0483f9cf4dca6ba981c
3
  size 435883435
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26e65156f31f2c86a8f1e28943436ac2431e3984dfbb1a6a92845b607bc2c175
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": "Kyoungmin/beauty-base-KLCP", "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-KLCP2", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}