hopsworks-tutorials icon indicating copy to clipboard operation
hopsworks-tutorials copied to clipboard

'MistralForCausalLM' object has no attribute 'eos_token_id'

Open GursimranSe opened this issue 1 year ago • 0 comments

in 5 notebook, when i called this cell llm_chain=get_llm_chain(model_llm,tokenizer) AttributeError comes with message AttributeError: 'MistralForCausalLM' object has no attribute 'eos_token_id' as i check it is in torch/nn/modules/module.py and i can't figure-out this error

GursimranSe avatar Jun 25 '24 05:06 GursimranSe