LLaMATokenizer renders this incompatible with huggingfaces transformers pipeline

#1
by Alignment-Lab-AI - opened

in transformers the tokenizer is listed as LlamaTokenizer
attempting to run this through any transformers based system results in an error, rendering it incompatible unless the user downloads it and renames it themselves.

Thanks for your suggestion!
We construct the LLaMA based on the code in the BigTrans, so we import tokenizer as llama.LLaMATokenizer, which may conflict with transformers. Therefore, we recommend downloading the code in the BigTrans and using BigTrans model and tokenizer.

i believe attempting to even download the model from huggingface throws the error, its been a bit over a week since i involved BigTrans in my research but i believe i had to wget each file link to retrieve it

Sign up or log in to comment