You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to train Llama 3.2 models using LLM2VEC. I am getting the following error -
ValueError: rope_scalingmust be a dictionary with two fields,typeandfactor, got {'factor': 32.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}
Hi,
I am trying to train Llama 3.2 models using LLM2VEC. I am getting the following error -
ValueError:
rope_scalingmust be a dictionary with two fields,
typeand
factor, got {'factor': 32.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}
My train config looks like this -
The text was updated successfully, but these errors were encountered: