-
Notifications
You must be signed in to change notification settings - Fork 0
upload validator guide #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| ```bash | ||
| conda create -n llm-loss-validator python==3.10.12 | ||
| conda activate llm-loss-validator | ||
| pip install -r requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest to navigate to https://github.com/FLock-io/llm-loss-validator first otherwise it could be confusing
| --max_seq_length 128 \ | ||
| --assignment_id <assignment-id> \ | ||
| --validation_args_file <validation_config.json.example OR validation_config_cpu.json.example> | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ran it myself, i think the command should be the following instead:
FLOCK_API_KEY=<YOUR_FLOCK_API_KEY> python validate.py \ --model_name_or_path <MODEL_NAME> \ --eval_file <FILE_PATH> \ --assignment_id 10 \ --validation_args_file validation_config_cpu.json.example \ --base_model <BASE_MODEL> \ --context_length 128
|
|
||
| 4. Replace `<base_model>` with the corresponding value from the response body in Step 3 | ||
|
|
||
| 5. Replace `<eval_file>` with the `validation_set_url` value from the response body in Step 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest to add a reminder that user needs to download the json file from this link, and also add that the link will expire in an hour
chore: add a training node guide
add troubleshooting
No description provided.