UbiquitousLearning / mllm_website

https://ubiquitouslearning.github.io/mllm_website
MIT License
1 stars 1 forks source link

There are some errors in the `Convert Vocabulary` page. #1

Closed Lukeehoojet closed 6 months ago

Lukeehoojet commented 6 months ago

In this Convert Vocabulary page, the shell script python vocab.py --input_file=tokenizer.model --output_file=vocab.mllm --type=Unigram should be python vocab.py --input_file=tokenizer.json --output_file=vocab.mllm --type=Unigram.

yirongjie commented 6 months ago

fixed