0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python6,224 forks (6,224 forks)batch import
enhancementhelp wantedneeds triage
Repository metrics
- Stars
- 29,107 stars (29,107 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Dear the team,
Thank you for your great work. I have one question regarding the best_checkpoint_metric as f1. May I ask how can I load best_checkpoint_metric as f1? It seems that I could not find any document about it. Thanks!
Contributor guide
- Research direction
- Check the fairseq training script command line arguments for best checkpoint metric and set it to f1. Ensure the task supports computing F1 score, then run training with validate interval updates or best checkpoint metric f1. For loading, use restore file with the checkpoint path and specify reset optimizer if needed.
- Tech stack
- pythonpytorch
- Domain
- machine learningai
- Issue type
- Research
- Prerequisites
- fairseq basics