albertvillanova HF staff commited on
Commit
f31a033
1 Parent(s): d739d29

Fix description of data fields in dataset card

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1630,15 +1630,15 @@ An example looks as follows:
1630
 
1631
  ### Data Fields
1632
 
1633
- The data fields are the same among all configurations:
1634
- - `id` (`str`): ID of the article.
1635
- - `url` (`str`): URL of the article.
1636
- - `title` (`str`): Title of the article.
1637
- - `text` (`str`): Text content of the article.
1638
 
1639
  ### Data Splits
1640
 
1641
- All configurations contain a single `train` split.
1642
 
1643
  ## Dataset Creation
1644
 
 
1630
 
1631
  ### Data Fields
1632
 
1633
+ The data fields are the same among all language configurations:
1634
+ - `id` (`str`): ID of the text.
1635
+ - `url` (`str`): URL of the text.
1636
+ - `title` (`str`): Title of the text.
1637
+ - `text` (`str`): Content of the text.
1638
 
1639
  ### Data Splits
1640
 
1641
+ All language configurations contain a single `train` split.
1642
 
1643
  ## Dataset Creation
1644