Skip to content

Commit 9e35c63

Browse files
committed
Fixing codertimo#20 issue
1 parent 7b145dc commit 9e35c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bert-vocab -c data/corpus.small -o data/vocab.small
6060

6161
### 2. Train your own BERT model
6262
```shell
63-
bert -c data/dataset.small -v data/vocab.small -o output/bert.model
63+
bert -c data/corpus.small -v data/vocab.small -o output/bert.model
6464
```
6565

6666
## Language Model Pre-training

0 commit comments

Comments
 (0)