Views
No views yet
events.out.*) to the ./ckpt directory (do not include any large files except pytorch_model.bin and log files events.out.*).1pip install pya0 # for math token preprocessing
2# testing local checkpoints:
3python test.py ./ckpt/math-tokenizer ./ckpt/2-2-0/encoder.ckpt
4# testing Model Hub checkpoints:
5python test.py approach0/coco-mae-220 approach0/coco-mae-220Note
Modify the test examples intest.txtto play with it. The test file is tab-separated, the first column is additional positions you want to mask for the right-side sentence (useful for masking tokens in math markups). A zero means no additional mask positions.
upload2hgf.sh script.
Before runnig this script, be sure to check:git-lfs is installedhgf reference to https://huggingface.co/your/repoconfig.json and pytorch_model.binadded_tokens.json, special_tokens_map.json, tokenizer_config.json, vocab.txt and tokenizer.jsontokenizer_file field in tokenizer_config.json (sometimes it is located locally at ~/.cache)