DHBaek commited on
Commit
fd2a172
1 Parent(s): e509d28

xlm-roberta-large pretrained with korquad-v1 dataset and mask data collator for 1 epoch.

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": "xlm-roberta-large",
3
  "architectures": [
4
  "XLMRobertaForQuestionAnswering"
5
  ],
1
  {
2
+ "_name_or_path": "./models/submission_5_14_16/checkpoint-9000",
3
  "architectures": [
4
  "XLMRobertaForQuestionAnswering"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9507fef39d2e2f48628cb61ee5e9a454385e0456a096c941aa0b1b153c61a896
3
  size 2235544183
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f84112a639d288ae061f3c7c2dab78634dcbf9b44e5ddfa026f7b9636c642f
3
  size 2235544183
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "xlm-roberta-large"}
1
+ {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "./models/submission_5_14_16/checkpoint-9000"}