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