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
Download the new Mistral-Nemo-12B model. For me, I downloaded the mistralai/Mistral-Nemo-Instruct-2407
Following the guidance in README, fill model path of Mistral-Nemo and data path in example/7B.yaml
Run python -m utils.validate_data --train_yaml example/7B.yaml
You will get ValueError: Provided model folder seems incorrect.
Expected Behavior
utils.validate_data should identify Mistral-Namo correctly.
Additional Context
No response
Suggested Solutions
In utils.validate_data, line 33-37 and line 101-108, it can be seen that Mistral-Nemo is not added into valid model list. There are only 3 options: 7b, 8x7b and 8x22b😢
The text was updated successfully, but these errors were encountered:
Python Version
Pip Freeze
Reproduction Steps
mistralai/Mistral-Nemo-Instruct-2407
python -m utils.validate_data --train_yaml example/7B.yaml
ValueError: Provided model folder seems incorrect.
Expected Behavior
utils.validate_data should identify Mistral-Namo correctly.
Additional Context
No response
Suggested Solutions
In utils.validate_data, line 33-37 and line 101-108, it can be seen that Mistral-Nemo is not added into valid model list. There are only 3 options: 7b, 8x7b and 8x22b😢
The text was updated successfully, but these errors were encountered: