configs:
- config_name: default
features:
- name: id
dtype: int64
- name: name
dtype: string
- name: score
dtype: float64
This will allow to avoid inference of data types.
Currently, we allow passing this information in the dataset_info (instead of configs) field, but this is not intuitive and it is not properly documented.
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
Support features in metadata configs, like:
This will allow to avoid inference of data types.
Currently, we allow passing this information in the
dataset_info
(instead ofconfigs
) field, but this is not intuitive and it is not properly documented.TODO: