Skip to content

Creating model meta for HF model #1111

@Samoed

Description

@Samoed

I tied to export results to model_meta, but got several errors when pushing to huggingface.

  1. 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 to CQADupstackRetrieval_is_a_combined_dataset
  2. Error: "model-index[0].results[102].dataset.type" with value " " fails to match the required pattern: /^(?:[\w-]+\/)?[\w-.]+$/ When I tried to export GPUSpeedTask and CPUSpeedTask this caused by GPUSpeedTask and CPUSpeedTask 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

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions