JohnnyBoy00
commited on
Commit
•
77a3a56
1
Parent(s):
63d6b22
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: error_class
|
17 |
+
dtype: string
|
18 |
+
- name: score
|
19 |
+
dtype: float64
|
20 |
+
splits:
|
21 |
+
- name: test_unseen_answers
|
22 |
+
num_bytes: 309580
|
23 |
+
num_examples: 221
|
24 |
+
- name: test_unseen_questions
|
25 |
+
num_bytes: 360672
|
26 |
+
num_examples: 275
|
27 |
+
- name: train
|
28 |
+
num_bytes: 2223070
|
29 |
+
num_examples: 1596
|
30 |
+
- name: validation
|
31 |
+
num_bytes: 546759
|
32 |
+
num_examples: 400
|
33 |
+
download_size: 455082
|
34 |
+
dataset_size: 3440081
|
35 |
+
---
|
36 |
+
# Dataset Card for "saf_legal_domain_german"
|
37 |
+
|
38 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|