Commit
•
77adcfc
1
Parent(s):
8218dd2
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
@@ -141,10 +141,10 @@ The `is_factual` column has NULL value for some entries which have been replaced
|
|
141 |
|
142 |
There is only a single split for both the Faithfulness annotations dataset and Factuality annotations dataset.
|
143 |
|
144 |
-
| |
|
145 |
-
|
146 |
| Faithfulness annotations | 11185 |
|
147 |
-
| Factuality annotations |
|
148 |
|
149 |
## Dataset Creation
|
150 |
|
|
|
141 |
|
142 |
There is only a single split for both the Faithfulness annotations dataset and Factuality annotations dataset.
|
143 |
|
144 |
+
| | train |
|
145 |
+
|--------------------------|------:|
|
146 |
| Faithfulness annotations | 11185 |
|
147 |
+
| Factuality annotations | 5597 |
|
148 |
|
149 |
## Dataset Creation
|
150 |
|