Open katossky opened 1 month ago
Don't know if it is related but with meta-llama/Meta-Llama-3.1-8B-Instruct
(lmstudio-community/Meta-Llama-3.1-8B-Instruct-GGUF
/ Meta-Llama-3.1-8B-Instruct-Q8_0.gguf
) I even have word tokens generated.
ValueError: could not convert string to float: '581 Volunteer Volunteer Volunteer Volunteer Volunteer Volunteer Volunteer Volunteer'
Describe the issue as clearly as possible:
With
google/mt5-large
and thefloat
constraint, spaces are generated, and the conversion to float fails.Steps/code to reproduce the bug:
Expected result:
Error message:
Outlines/Python version information:
Version information
Context for the issue:
It defeats the purpose of getting expected coercible outputs out of
outlines
. I have nothing to gain fromgoogle/mt5-large
specifically (I am comparing multilingual LLMs for a scholar thing) but it looks like the same happens for all the T5 and mT5 family, indicating that there might be a larger problem (?).