parquet-converter commited on
Commit
e8694e7
1 Parent(s): ac945c3

Update parquet files

Browse files
train.json → LLukas22--lfqa_preprocessed/json-train-00000-of-00003.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76cf5f5278178c191afed0365ee67f79b077bcc040d8b1eb99c62d0c8997c1c3
3
- size 1156219304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d939d9b3e49778f6594a15e27479cb98b02767ae3dd44038f1061e0f9f3ae7ec
3
+ size 307998256
LLukas22--lfqa_preprocessed/json-train-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a612c1432c492027310a8cc1d6b1c11d163b2302fed4350e88c38d45d60dce
3
+ size 308029451
validation.json → LLukas22--lfqa_preprocessed/json-train-00002-of-00003.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8dc464daeca182c83bbfd98def0dea0302c4f1822944343d895c6bdd865e08f5
3
- size 15744522
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55a39ab9e1eba763b834f2ed88e24e9d64d35c20827a36d88d900d06d3f5e452
3
+ size 76856188
LLukas22--lfqa_preprocessed/json-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d138923627dcc74aff4ca59524a316d0cbd9d36acbe2f87d0a6c4c45f9f0eb
3
+ size 9556563
README.md DELETED
@@ -1,70 +0,0 @@
1
- ---
2
- license: mit
3
- task_categories:
4
- - question-answering
5
- - sentence-similarity
6
- language:
7
- - en
8
- size_categories:
9
- - 100K<n<1M
10
- ---
11
- # Dataset Card for "lfqa_preprocessed"
12
-
13
- ## Table of Contents
14
- - [Table of Contents](#table-of-contents)
15
- - [Dataset Description](#dataset-description)
16
- - [Dataset Summary](#dataset-summary)
17
- - [Dataset Structure](#dataset-structure)
18
- - [Data Instances](#data-instances)
19
- - [Data Fields](#data-fields)
20
- - [Data Splits](#data-splits)
21
- - [Additional Information](#additional-information)
22
- - [Licensing Information](#licensing-information)
23
-
24
- ## Dataset Description
25
-
26
- - **Homepage:** [https://towardsdatascience.com/long-form-qa-beyond-eli5-an-updated-dataset-and-approach-319cb841aabb](https://towardsdatascience.com/long-form-qa-beyond-eli5-an-updated-dataset-and-approach-319cb841aabb)
27
-
28
-
29
- ### Dataset Summary
30
-
31
- This is a simplified version of [vblagoje's](https://huggingface.co/vblagoje) *[lfqa_support_docs](https://huggingface.co/datasets/vblagoje/lfqa_support_docs)* and *[lfqa](https://huggingface.co/datasets/vblagoje/lfqa)* datasets.
32
- It was generated by me to have a more straight forward way to train Seq2Seq models on context based long form question answering tasks.
33
-
34
- ## Dataset Structure
35
-
36
- ### Data Instances
37
-
38
- An example of 'train' looks as follows.
39
-
40
- ```json
41
- {
42
- "question": "what's the difference between a forest and a wood?",
43
- "answer": "They're used interchangeably a lot. You'll get different answers from different resources, but the ...",
44
- "context": [
45
- "Wood is divided, according to its botanical origin, into two kinds: softwoods, ...",
46
- "Processing and products differs especially with regard to the distinction between softwood and hardwood ..."
47
- ]
48
- }
49
- ```
50
-
51
- ### Data Fields
52
-
53
- The data fields are the same among all splits.
54
-
55
- - `question`: a `string` feature.
56
- - `answer`: a `string` feature.
57
- - `context`: a list feature containing `string` features.
58
-
59
- ### Data Splits
60
-
61
- | name |train|validation|
62
- |----------|----:|---------:|
63
- | |226147| 3020|
64
-
65
-
66
- ## Additional Information
67
-
68
- ### Licensing Information
69
-
70
- This dataset is distributed under the MIT licence.