I used diff to check the tokenizer.model downloaded from these two repositories, and also the one from Chatflow-7b's repo, but it seems they are all the same (diff showed no difference)
I am a bit confused, are they actually the same or different? If different how may I test it?
Hi, In the README it says:
so previously I thought it meant that all tokenizer.model released with linly's models are different from the original llama-7b, is that so?
But recently I checked the repo mentioned in this documentation: https://github.com/CVI-SZU/Linly/wiki/%E5%A2%9E%E9%87%8F%E8%AE%AD%E7%BB%83
I used
diff
to check thetokenizer.model
downloaded from these two repositories, and also the one from Chatflow-7b's repo, but it seems they are all the same (diff
showed no difference)I am a bit confused, are they actually the same or different? If different how may I test it?