nielsr HF staff SaulLu commited on
Commit
6a28922
1 Parent(s): cd757fc

Add `tokenizer_class` to `config.4.13.0.json` (#2)

Browse files

- Add `tokenizer_class` to `config.4.13.0.json` (43d8d4e84c56d79c25245b6388cffe615b05b415)


Co-authored-by: Lucile Saulnier <SaulLu@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.4.13.0.json +2 -1
config.4.13.0.json CHANGED
@@ -33,5 +33,6 @@
33
  "rel_pos_bins": 32,
34
  "transformers_version": "4.5.1",
35
  "type_vocab_size": 1,
36
- "vocab_size": 250002
 
37
  }
33
  "rel_pos_bins": 32,
34
  "transformers_version": "4.5.1",
35
  "type_vocab_size": 1,
36
+ "vocab_size": 250002,
37
+ "tokenizer_class": "LayoutXLMTokenizer"
38
  }