mrm8488 commited on
Commit
be76685
1 Parent(s): f4d5b02
Files changed (4) hide show
  1. config.json +2 -2
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +1 -1
config.json CHANGED
@@ -22,7 +22,7 @@
22
  "num_groups": 1,
23
  "num_hidden_layers": 12,
24
  "pad_token_id": 0,
25
- "transformers_version": "4.3.3",
26
  "type_vocab_size": 2,
27
- "vocab_size": 31002
28
  }
22
  "num_groups": 1,
23
  "num_hidden_layers": 12,
24
  "pad_token_id": 0,
25
+ "transformers_version": "4.8.2",
26
  "type_vocab_size": 2,
27
+ "vocab_size": 30522
28
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8ef46fb0cf2a085c90c3c02b0238fd93877932315e8ade77c939c5bcee74254
3
- size 52693739
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa4232e217c26414684181a8684401d6b97036f204531e36ab192f11e26ae7fa
3
+ size 52686665
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "mrm8488/electricidad-small-discriminator", "do_basic_tokenize": true, "never_split": null}
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "mrm8488/electricidad-small-discriminator", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizer"}