Update README.md
Browse files
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
|