w32zhong commited on
Commit
c3dd68e
1 Parent(s): 9fc3890

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,10 +19,10 @@ license: mit
19
  ---
20
 
21
  ## About
22
- This repository 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 () to the `./ckpt` directory.
26
 
27
  Optionally, test model using the MLM task:
28
  ```sh
 
19
  ---
20
 
21
  ## About
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