JohnnyBoy00
commited on
Commit
•
50505a6
1
Parent(s):
6dc4ca3
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: question
|
7 |
+
dtype: string
|
8 |
+
- name: reference_answer
|
9 |
+
dtype: string
|
10 |
+
- name: provided_answer
|
11 |
+
dtype: string
|
12 |
+
- name: answer_feedback
|
13 |
+
dtype: string
|
14 |
+
- name: verification_feedback
|
15 |
+
dtype: string
|
16 |
+
- name: score
|
17 |
+
dtype: float64
|
18 |
+
splits:
|
19 |
+
- name: test_unseen_answers
|
20 |
+
num_bytes: 198832
|
21 |
+
num_examples: 271
|
22 |
+
- name: test_unseen_questions
|
23 |
+
num_bytes: 545524
|
24 |
+
num_examples: 602
|
25 |
+
- name: train
|
26 |
+
num_bytes: 885526
|
27 |
+
num_examples: 1226
|
28 |
+
- name: validation
|
29 |
+
num_bytes: 217946
|
30 |
+
num_examples: 308
|
31 |
+
download_size: 274603
|
32 |
+
dataset_size: 1847828
|
33 |
+
---
|
34 |
+
# Dataset Card for "saf_micro_job_german"
|
35 |
+
|
36 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|