course
course copied to clipboard
Outdated video about `load_metric` at `Fine-tuning a model with the Trainer API`
At the Fine-tuning a model with the Trainer API page, if you watch the video on top of the page, you will be told to use load_metric from datasets.
But we don't use that anymore. The latest version of datasets doesn't have load_metric. We use the evaluate library instead.
The video should be updated or at least we should put a correction below the video at the page (if updating the video is too cumbersome).
@stevhliu
Thanks for letting us know! It'd be more work to update the video so I think adding a note about it may be the easiest way to go. What do you think @burtenshaw?