w32zhong commited on
Commit
5518453
1 Parent(s): 677d4b0

update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -27,7 +27,9 @@ Download your tokenizer, model checkpoints, and optionally the training logs (`e
27
  Optionally, test model using the MLM task:
28
  ```sh
29
  pip install pya0
30
- python test.py --test_file test.txt
 
 
31
  ```
32
  > **Note**
33
  > Modify the test examples in `test.txt` to play with it.
 
27
  Optionally, test model using the MLM task:
28
  ```sh
29
  pip install pya0
30
+ python test.py \
31
+ --model_name_or_path ./ckpt/to/tokenizer \
32
+ --tokenizer_name_or_path ./ckpt/to/tokenizer
33
  ```
34
  > **Note**
35
  > Modify the test examples in `test.txt` to play with it.