-
Notifications
You must be signed in to change notification settings - Fork 466
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I tied to export results to model_meta, but got several errors when pushing to huggingface.
Error: "model-index[0].results[23].dataset.type" with value "CQADupstackRetrieval is a combined dataset" fails to match the required pattern: /^(?:[\w-]+\/)?[\w-.]+$/
this caused by fix: ensure that CQADupstackRetrieval is included in results if possible #1079 maybe this can be renamed toCQADupstackRetrieval_is_a_combined_dataset
Error: "model-index[0].results[102].dataset.type" with value " " fails to match the required pattern: /^(?:[\w-]+\/)?[\w-.]+$/
When I tried to exportGPUSpeedTask
andCPUSpeedTask
this caused byGPUSpeedTask
andCPUSpeedTask
doesn't have path in dataset, so task if empty. Maybe this can be ignored, but I'm just warning about this problem
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working