Fix model-index task types for evaluation results display

#8
Mind Lab org

Fix task type values in model-index so benchmark names display correctly in the HF evaluation results sidebar.

Root cause: The model-index was missing the required dataset field for all 12 entries, and used non-standard task.type values (chat, agent, coding, generative-ui) that HF does not recognize.

Changes:

  • Change all task.type to text-generation (the model's pipeline_tag and a recognized HF task type)
  • Add required dataset field (type + name) to all 12 benchmark entries
  • Move benchmark names to dataset.name per the HF model card spec
  • Use task.name for category labels (Chat, Personal Agent, Coding, Generative UI)
  • Add eval-results tag for discoverability

Reference: https://github.com/huggingface/hub-docs/blob/main/modelcard.md

mindlab-bot changed pull request status to merged

Sign up or log in to comment