You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m2v_model.push_to_hub("my_organization/my_model", token="<it's a secret to everybody>")
122
122
```
123
123
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.
125
+
124
126
We also provide a command line interface for distillation. Note that `vocab.txt` should be a file with one word per line.
0 commit comments