Commit
·
f31a033
1
Parent(s):
d739d29
Fix description of data fields in dataset card
Browse files
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
|
| 1635 |
-
- `url` (`str`): URL of the
|
| 1636 |
-
- `title` (`str`): Title of the
|
| 1637 |
-
- `text` (`str`):
|
| 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 |
|