Skip to content

Commit 7fb5f08

Browse files
committed
Emphasis
1 parent eb3b05b commit 7fb5f08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ m2v_model.save_pretrained("m2v_model")
121121
m2v_model.push_to_hub("my_organization/my_model", token="<it's a secret to everybody>")
122122
```
123123

124-
Important note: we assume the passed vocabulary is sorted in rank frequency. i.e., we don't care about the actual word frequencies, but do assume that the most frequent word is first, and the least frequent word is last. If you're not sure whether this is case, set `apply_zipf` to `False`. This disables the weighting, but will also make performance a little bit worse.
124+
**Important note:** we assume the passed vocabulary is sorted in rank frequency. i.e., we don't care about the actual word frequencies, but do assume that the most frequent word is first, and the least frequent word is last. If you're not sure whether this is case, set `apply_zipf` to `False`. This disables the weighting, but will also make performance a little bit worse.
125125

126126
We also provide a command line interface for distillation. Note that `vocab.txt` should be a file with one word per line.
127127
```bash

0 commit comments

Comments
 (0)