Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 665 Bytes
3506ba8
 
 
 
 
 
 
 
915074d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3506ba8
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: apache-2.0
task_categories:
- question-answering
language:
- en
size_categories:
- 100K<n<1M
dataset_info:
  features:
  - name: 'Unnamed: 0'
    dtype: int64
  - name: Head
    dtype: string
  - name: Fact
    dtype: string
  - name: Alternate Facts
    dtype: string
  - name: Title
    dtype: string
  - name: Text
    dtype: string
  splits:
  - name: train
    num_bytes: 13271648
    num_examples: 5000
  - name: test
    num_bytes: 53275376
    num_examples: 20000
  download_size: 30891771
  dataset_size: 66547024
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---