Commit
•
d0e21a0
1
Parent(s):
ee38862
Fix typo in train split name (#3751)
Browse files* Fix typo in README guide
* Fix split naming and table alignment in README guide
* Fix split naming and table alignment in all datasets
* Fix previously malformed dataset cards
* Fix previously malformed dataset cards
Commit from https://github.com/huggingface/datasets/commit/af6e54febe3b822118dfed28ddb797d8350e5d27
README.md
CHANGED
@@ -112,7 +112,7 @@ The data fields are the same among all splits.
|
|
112 |
### Data Splits
|
113 |
|
114 |
| name | train |
|
115 |
-
|
116 |
| plain_text | 3835 |
|
117 |
|
118 |
## Dataset Creation
|
|
|
112 |
### Data Splits
|
113 |
|
114 |
| name | train |
|
115 |
+
|------------|------:|
|
116 |
| plain_text | 3835 |
|
117 |
|
118 |
## Dataset Creation
|