Skip to content

Commit 360c5ae

Browse files
committed
again
1 parent 7740a65 commit 360c5ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/dataset_card.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ You can also check out the (similar) documentation about [dataset cards on the H
2828

2929
## More YAML tags
3030

31-
You can use the `dataset_infos` YAML fields to define additional metadata for the dataset. Here is an example for SQuAD:
31+
You can use the `dataset_info` YAML fields to define additional metadata for the dataset. Here is an example for SQuAD:
3232

3333
```YAML
3434
pretty_name: SQuAD
3535
language:
3636
- en
3737
...
38-
dataset_infos:
38+
dataset_info:
3939
features:
4040
- name: id
4141
dtype: string
@@ -92,7 +92,7 @@ Each configuration can have different features, splits and sizes.
9292
You can specify those fields per configuration using a YAML list:
9393

9494
```YAML
95-
dataset_infos:
95+
dataset_info:
9696
- config_name: cola
9797
features:
9898
...

0 commit comments

Comments
 (0)