Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
c874faf
1 Parent(s): 33ba9ca

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

This dataset uses `tasks`, which are deprecated and will raise an error after the next release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999

README.md CHANGED
@@ -9,8 +9,6 @@ license:
9
  - cc-by-4.0
10
  multilinguality:
11
  - monolingual
12
- pretty_name: 'DISFL-QA: A Benchmark Dataset for Understanding Disfluencies in Question
13
- Answering'
14
  size_categories:
15
  - 10K<n<100K
16
  source_datasets:
@@ -20,6 +18,8 @@ task_categories:
20
  task_ids:
21
  - extractive-qa
22
  - open-domain-qa
 
 
23
  dataset_info:
24
  features:
25
  - name: squad_v2_id
@@ -40,16 +40,25 @@ dataset_info:
40
  dtype: int32
41
  splits:
42
  - name: train
43
- num_bytes: 7712523
44
  num_examples: 7182
45
  - name: test
46
- num_bytes: 3865097
47
  num_examples: 3643
48
  - name: validation
49
- num_bytes: 1072731
50
  num_examples: 1000
51
- download_size: 48935038
52
- dataset_size: 12650351
 
 
 
 
 
 
 
 
 
53
  ---
54
 
55
  # Dataset Card for DISFL-QA: A Benchmark Dataset for Understanding Disfluencies in Question Answering
 
9
  - cc-by-4.0
10
  multilinguality:
11
  - monolingual
 
 
12
  size_categories:
13
  - 10K<n<100K
14
  source_datasets:
 
18
  task_ids:
19
  - extractive-qa
20
  - open-domain-qa
21
+ pretty_name: 'DISFL-QA: A Benchmark Dataset for Understanding Disfluencies in Question
22
+ Answering'
23
  dataset_info:
24
  features:
25
  - name: squad_v2_id
 
40
  dtype: int32
41
  splits:
42
  - name: train
43
+ num_bytes: 7712491
44
  num_examples: 7182
45
  - name: test
46
+ num_bytes: 3865065
47
  num_examples: 3643
48
  - name: validation
49
+ num_bytes: 1072699
50
  num_examples: 1000
51
+ download_size: 4246350
52
+ dataset_size: 12650255
53
+ configs:
54
+ - config_name: default
55
+ data_files:
56
+ - split: train
57
+ path: data/train-*
58
+ - split: test
59
+ path: data/test-*
60
+ - split: validation
61
+ path: data/validation-*
62
  ---
63
 
64
  # Dataset Card for DISFL-QA: A Benchmark Dataset for Understanding Disfluencies in Question Answering
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a8768ab77830bb13e44110d29e41ce49a77698d53ef84f889c30d2bc1e82444
3
+ size 590102
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e4e82c5d2b8b5c03afe4b8cedb2816abcdcb59dedd9edfa009eb95bd49e3d15
3
+ size 3221857
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c88a0ae7fcbd0650cd414734948a89ee62ddf2593de5b93efb5c54ab2137b24
3
+ size 434391