This is an example model card for reporting metrics for the VSD fashion dataset.

To report your model metrics, you need to do 2 things:

  1. Tag your model with 'vsd'.
  2. In your model card README.md add a section with:
---
model-index:
- name: vsd-benchmark/vsd-fashion
  results:
  - task:
      type: in_catalog_retrieval_zero_shot
    dataset:
      type: vsd-benchmark/vsd-fashion
      name: vsd-benchmark/vsd-fashion
      config: in_catalog_retrieval_zero_shot
    metrics:
    - type: roc_auc
      value: 0
      name: ROC_AUC
    - type: posicube/mean_reciprocal_rank
      value: 0
      args:
        k: 5
      name: MRR@5
metrics:
- roc_auc
- posicube/mean_reciprocal_rank
tags:
- vsd
---

This will report a metric on the vsd-fashion dataset, on the in_catalog_retrieval_zero_shot task.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Evaluation results