w32zhong commited on
Commit
85e3474
1 Parent(s): c3dd68e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ license: mit
22
  This [repository](https://github.com/approach0/azbert) is a boilerplate to push a mask-filling model to the HuggingFace Model Hub.
23
 
24
  ### Upload to huggingface
25
- Download your tokenizer, model checkpoints, and optionally the training logs (`events.out.*`) to the `./ckpt` directory.
26
 
27
  Optionally, test model using the MLM task:
28
  ```sh
 
22
  This [repository](https://github.com/approach0/azbert) is a boilerplate to push a mask-filling model to the HuggingFace Model Hub.
23
 
24
  ### Upload to huggingface
25
+ Download your tokenizer, model checkpoints, and optionally the training logs (`events.out.*`) to the `./ckpt` directory (do not include any large files except `pytorch_model.bin` and log files `events.out.*`).
26
 
27
  Optionally, test model using the MLM task:
28
  ```sh