it@M InnovationLab
commited on
Commit
·
f1fede9
1
Parent(s):
e41f840
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,6 +4,31 @@ language:
|
|
4 |
- de
|
5 |
tags:
|
6 |
- QA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
# LHM-Dienstleistungen-QA - german public domain question-answering dataset
|
9 |
Datasets created based on data from Munich city administration.
|
|
|
4 |
- de
|
5 |
tags:
|
6 |
- QA
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: id
|
10 |
+
dtype: string
|
11 |
+
- name: title
|
12 |
+
dtype: string
|
13 |
+
- name: context
|
14 |
+
dtype: string
|
15 |
+
- name: question
|
16 |
+
dtype: string
|
17 |
+
- name: answers
|
18 |
+
struct:
|
19 |
+
- name: answer_start
|
20 |
+
sequence: int64
|
21 |
+
- name: text
|
22 |
+
sequence: string
|
23 |
+
splits:
|
24 |
+
- name: test
|
25 |
+
num_bytes: 560403
|
26 |
+
num_examples: 357
|
27 |
+
- name: train
|
28 |
+
num_bytes: 2826731
|
29 |
+
num_examples: 1773
|
30 |
+
download_size: 710027
|
31 |
+
dataset_size: 3387134
|
32 |
---
|
33 |
# LHM-Dienstleistungen-QA - german public domain question-answering dataset
|
34 |
Datasets created based on data from Munich city administration.
|