jinmang2 commited on
Commit
5a2edbe
1 Parent(s): bd374ed

fix config's repo name

Browse files
intensive/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "monologg/koelectra-small-v3-discriminator",
3
  "architectures": [
4
  "ElectraForQuestionAnsweringAVPool"
5
  ],
 
1
  {
2
+ "_name_or_path": "jinmang2/retro-reader",
3
  "architectures": [
4
  "ElectraForQuestionAnsweringAVPool"
5
  ],
intensive/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": 512, "special_tokens_map_file": null, "name_or_path": "monologg/koelectra-small-v3-discriminator", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizer"}
 
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": 512, "special_tokens_map_file": null, "name_or_path": "jinmang2/retro-reader", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizerFast"}
sketch/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "monologg/koelectra-small-v3-discriminator",
3
  "architectures": [
4
  "ElectraForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "jinmang2/retro-reader",
3
  "architectures": [
4
  "ElectraForSequenceClassification"
5
  ],
sketch/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": 512, "special_tokens_map_file": null, "name_or_path": "monologg/koelectra-small-v3-discriminator", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizer"}
 
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": 512, "special_tokens_map_file": null, "name_or_path": "jinmang2/retro-reader", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizerFast"}