Can task instruction be changed? And tokenizer bug? what's the difference between q and c embedding?

#3
by Labmem009 - opened

if I use
inputs = self.model.data_process(
text=text,
images=img,
q_or_c="q",
task_instruction="Generate embedding for the given text and image."
)
only to get embedding, it will perform worse?
And what's the difference between q and c embedding?
tokenizer bug:
fast_tokenizer = TokenizerFast.from_file(fast_tokenizer_file)
Exception: data did not match any variant of untagged enum ModelWrapper at line 268141 column 3

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment