SaylorTwift HF Staff commited on
Commit
16aa458
·
verified ·
1 Parent(s): fff05ce

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

.gitattributes CHANGED
@@ -14,3 +14,5 @@
14
  *.pb filter=lfs diff=lfs merge=lfs -text
15
  *.pt filter=lfs diff=lfs merge=lfs -text
16
  *.pth filter=lfs diff=lfs merge=lfs -text
 
 
 
14
  *.pb filter=lfs diff=lfs merge=lfs -text
15
  *.pt filter=lfs diff=lfs merge=lfs -text
16
  *.pth filter=lfs diff=lfs merge=lfs -text
17
+ plain_text/train-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
18
+ plain_text/test-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
- thumbnail: >-
3
- https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg
4
  language:
5
  - de
6
  multilinguality:
@@ -14,6 +13,39 @@ task_ids:
14
  - extractive-qa
15
  - closed-domain-qa
16
  - open-domain-qa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  train-eval-index:
18
  - config: plain_text
19
  task: question-answering
@@ -26,7 +58,6 @@ train-eval-index:
26
  question: question
27
  answers.text: answers.text
28
  answers.answer_start: answers.answer_start
29
- license: cc-by-4.0
30
  ---
31
 
32
  ![bert_image](https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg)
 
1
  ---
2
+ thumbnail: https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg
 
3
  language:
4
  - de
5
  multilinguality:
 
13
  - extractive-qa
14
  - closed-domain-qa
15
  - open-domain-qa
16
+ license: cc-by-4.0
17
+ dataset_info:
18
+ config_name: plain_text
19
+ features:
20
+ - name: id
21
+ dtype: int32
22
+ - name: context
23
+ dtype: string
24
+ - name: question
25
+ dtype: string
26
+ - name: answers
27
+ sequence:
28
+ - name: text
29
+ dtype: string
30
+ - name: answer_start
31
+ dtype: int32
32
+ splits:
33
+ - name: train
34
+ num_bytes: 17973011
35
+ num_examples: 11518
36
+ - name: test
37
+ num_bytes: 6431593
38
+ num_examples: 2204
39
+ download_size: 4148830
40
+ dataset_size: 24404604
41
+ configs:
42
+ - config_name: plain_text
43
+ data_files:
44
+ - split: train
45
+ path: plain_text/train-*
46
+ - split: test
47
+ path: plain_text/test-*
48
+ default: true
49
  train-eval-index:
50
  - config: plain_text
51
  task: question-answering
 
58
  question: question
59
  answers.text: answers.text
60
  answers.answer_start: answers.answer_start
 
61
  ---
62
 
63
  ![bert_image](https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg)
dataset_infos.json CHANGED
@@ -1 +1,62 @@
1
- {"plain_text": {"description": "\nIn order to raise the bar for non-English QA, we are releasing a high-quality, human-labeled German QA dataset consisting of 13 722 questions, incl. a three-way annotated test set.\nThe creation of GermanQuAD is inspired by insights from existing datasets as well as our labeling experience from several industry projects. We combine the strengths of SQuAD, such as high out-of-domain performance, with self-sufficient questions that contain all relevant information for open-domain QA as in the NaturalQuestions dataset. Our training and test datasets do not overlap like other popular datasets and include complex questions that cannot be answered with a single entity or only a few words.\n", "citation": "\n@misc{m\u00f6ller2021germanquad,\n title={GermanQuAD and GermanDPR: Improving Non-English Question Answering and Passage Retrieval}, \n author={Timo M\u00f6ller and Julian Risch and Malte Pietsch},\n year={2021},\n eprint={2104.12741},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n", "homepage": "https://deepset.ai/germanquad", "license": "", "features": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "context": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "answers": {"feature": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "answer_start": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "german_dpr", "config_name": "plain_text", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17973051, "num_examples": 11518, "dataset_name": "german_dpr"}, "test": {"name": "test", "num_bytes": 6431613, "num_examples": 2204, "dataset_name": "german_dpr"}}, "download_checksums": {"https://germanquad.s3.amazonaws.com/GermanQuAD.zip": {"num_bytes": 2731660, "checksum": "5064cb9d80126cbd65a9f5c08ceb7277cfd49bbdaa93f4a9b715c30f778fed2a"}}, "download_size": 2731660, "post_processing_size": null, "dataset_size": 24404664, "size_in_bytes": 27136324}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "plain_text": {
3
+ "description": "\nIn order to raise the bar for non-English QA, we are releasing a high-quality, human-labeled German QA dataset consisting of 13 722 questions, incl. a three-way annotated test set.\nThe creation of GermanQuAD is inspired by insights from existing datasets as well as our labeling experience from several industry projects. We combine the strengths of SQuAD, such as high out-of-domain performance, with self-sufficient questions that contain all relevant information for open-domain QA as in the NaturalQuestions dataset. Our training and test datasets do not overlap like other popular datasets and include complex questions that cannot be answered with a single entity or only a few words.\n",
4
+ "citation": "\n@misc{m\u00f6ller2021germanquad,\n title={GermanQuAD and GermanDPR: Improving Non-English Question Answering and Passage Retrieval}, \n author={Timo M\u00f6ller and Julian Risch and Malte Pietsch},\n year={2021},\n eprint={2104.12741},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
5
+ "homepage": "https://deepset.ai/germanquad",
6
+ "license": "",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "int32",
10
+ "_type": "Value"
11
+ },
12
+ "context": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "question": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "answers": {
21
+ "feature": {
22
+ "text": {
23
+ "dtype": "string",
24
+ "_type": "Value"
25
+ },
26
+ "answer_start": {
27
+ "dtype": "int32",
28
+ "_type": "Value"
29
+ }
30
+ },
31
+ "_type": "Sequence"
32
+ }
33
+ },
34
+ "builder_name": "germanquad",
35
+ "dataset_name": "germanquad",
36
+ "config_name": "plain_text",
37
+ "version": {
38
+ "version_str": "1.0.0",
39
+ "description": "",
40
+ "major": 1,
41
+ "minor": 0,
42
+ "patch": 0
43
+ },
44
+ "splits": {
45
+ "train": {
46
+ "name": "train",
47
+ "num_bytes": 17973011,
48
+ "num_examples": 11518,
49
+ "dataset_name": null
50
+ },
51
+ "test": {
52
+ "name": "test",
53
+ "num_bytes": 6431593,
54
+ "num_examples": 2204,
55
+ "dataset_name": null
56
+ }
57
+ },
58
+ "download_size": 4148830,
59
+ "dataset_size": 24404604,
60
+ "size_in_bytes": 28553434
61
+ }
62
+ }
plain_text/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7b276bc806bc95fe0cffca2339bfee232e28fe44716534b8612945d3d336a2b
3
+ size 886025
plain_text/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5437eadc64c069d514cf7bc0121d4d66241fb49273884aa3812c0ef054947f2f
3
+ size 3262805