You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: {dataset_name} # Example: Common Voice zh-CN
275
-
type: {dataset_type} # Example: common_voice
276
-
args: {arg_0} # Example: zh-CN
275
+
type: {dataset_type} #Required. Example: common_voice. Use dataset id from https://hf.co/datasets
276
+
name: {dataset_name} #Required. Example: Common Voice zh-CN
277
+
args: {arg_0} # Optional. Example: zh-CN
277
278
metrics:
278
-
- name: {metric_name} #Example: Test WER
279
-
type: {metric_type} # Example: wer
280
-
value: {metric_value} #Example: 20.90
281
-
args: {arg_0} # Example for BLEU: max_order
279
+
- type: {metric_type} # Required. Example: wer
280
+
value: {metric_value} #Required. Example: 20.90
281
+
name: {metric_name} # Optional. Example: Test WER
282
+
args: {arg_0} # Optional. Example for BLEU: max_order
282
283
---
283
284
```
284
285
285
286
None of the fields are required - but any added field will improve the discoverability of your model and open it to features such as the inference API. You can find more information on repos and model cards [here](/docs/hub/model-repos#model-card-metadata).
286
287
288
+
When present, and only then, 'model-index', 'datasets' and 'license' contents will be verified when git pushing changes to your README.me file.
289
+
Valid license identifiers can be found in [our docs](/docs/hub/model-repos#list-of-license-identifiers)
0 commit comments