Datasets:

Modalities:
Text
Formats:
json
Libraries:
Datasets
pandas
License:
isacat commited on
Commit
ddfdeac
·
verified ·
1 Parent(s): 0de97bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ FEVER (span annotated)
6
  This dataset consists of the test set taken from the original [FEVER dataset](https://huggingface.co/datasets/fever/fever), as tsv files with the following example format:
7
 
8
  ```
9
- claim: Home Alone is a film.
10
  document: Home Alone is a 1990 American Christmas comedy film written and produced by John Hughes and directed by Chris Columbus ...
11
  span: 121:270
12
  ```
 
6
  This dataset consists of the test set taken from the original [FEVER dataset](https://huggingface.co/datasets/fever/fever), as tsv files with the following example format:
7
 
8
  ```
9
+ query: Home Alone is a film.
10
  document: Home Alone is a 1990 American Christmas comedy film written and produced by John Hughes and directed by Chris Columbus ...
11
  span: 121:270
12
  ```