Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vicuna issue #50

Open
tuandattt opened this issue Jul 3, 2024 · 3 comments
Open

Vicuna issue #50

tuandattt opened this issue Jul 3, 2024 · 3 comments

Comments

@tuandattt
Copy link

HI, I am trying to train this model but I have some issues when the model run Vicuna model:
RuntimeError: Internal: src/sentencepiece_processor.cc(1101) [model_proto->ParseFromArray(serialized.data(), serialized.size())]

Do you know how to fix this?

@SaraAlthubaiti
Copy link

SaraAlthubaiti commented Jul 22, 2024

HI, I am trying to train this model but I have some issues when the model run Vicuna model: RuntimeError: Internal: src/sentencepiece_processor.cc(1101) [model_proto->ParseFromArray(serialized.data(), serialized.size())]

Do you know how to fix this?

I had the chance to train the model, so I can help; could you please elaborate more on how and where exactly this error started to show? and which dataset/s did you use?

@hbellafkir
Copy link

HI, I am trying to train this model but I have some issues when the model run Vicuna model: RuntimeError: Internal: src/sentencepiece_processor.cc(1101) [model_proto->ParseFromArray(serialized.data(), serialized.size())]
Do you know how to fix this?

I had the chance to train the model, so I can help; could you please elaborate more on how and where exactly this error started to show? and which dataset/s did you use?

models/salmonn.py line 110:
self.llama_tokenizer = LlamaTokenizer.from_pretrained(llama_path, use_fast=False)

llama_path is the path to vicuna-13b-v1.1 where the tokenizer.model is located

@hbellafkir
Copy link

hbellafkir commented Nov 12, 2024

Ok, I think the error is due to large files. I used Git to clone Whisper and Vicuna from Hugging Face, which results in incomplete files if git-lfs is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants