Upload dataset
Browse files- README.md +90 -88
- wtqa/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,100 +1,102 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
| 64 |
configs:
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
license: cc-by-nc-4.0
|
| 78 |
task_categories:
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
language:
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
tags:
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
pretty_name: SommBench
|
| 96 |
size_categories:
|
| 97 |
-
|
| 98 |
---
|
| 99 |
|
| 100 |
# SommBench
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: fwp
|
| 4 |
+
features:
|
| 5 |
+
- name: wine
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: recipe
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: true_label
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: wine_url
|
| 12 |
+
dtype: string
|
| 13 |
+
splits:
|
| 14 |
+
- name: test
|
| 15 |
+
num_examples: 1000
|
| 16 |
+
- config_name: wfc
|
| 17 |
+
features:
|
| 18 |
+
- name: url
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: title
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: type
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: sugar
|
| 25 |
+
dtype: float64
|
| 26 |
+
- name: alcohol
|
| 27 |
+
dtype: float64
|
| 28 |
+
- name: country
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: region
|
| 31 |
+
sequence: string
|
| 32 |
+
- name: grapes
|
| 33 |
+
sequence: string
|
| 34 |
+
- name: dryness
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: acidity
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: body
|
| 39 |
+
dtype: string
|
| 40 |
+
splits:
|
| 41 |
+
- name: test
|
| 42 |
+
num_examples: 1000
|
| 43 |
+
- config_name: wtqa
|
| 44 |
+
features:
|
| 45 |
+
- name: question
|
| 46 |
+
dtype: large_string
|
| 47 |
+
- name: a
|
| 48 |
+
dtype: large_string
|
| 49 |
+
- name: b
|
| 50 |
+
dtype: large_string
|
| 51 |
+
- name: c
|
| 52 |
+
dtype: large_string
|
| 53 |
+
- name: d
|
| 54 |
+
dtype: large_string
|
| 55 |
+
- name: level
|
| 56 |
+
dtype: large_string
|
| 57 |
+
- name: true_label
|
| 58 |
+
dtype: large_string
|
| 59 |
+
- name: language
|
| 60 |
+
dtype: large_string
|
| 61 |
+
splits:
|
| 62 |
+
- name: test
|
| 63 |
+
num_bytes: 193779
|
| 64 |
+
num_examples: 1024
|
| 65 |
+
download_size: 74439
|
| 66 |
+
dataset_size: 193779
|
| 67 |
configs:
|
| 68 |
+
- config_name: fwp
|
| 69 |
+
data_files:
|
| 70 |
+
- split: test
|
| 71 |
+
path: fwp/test-*
|
| 72 |
+
- config_name: wfc
|
| 73 |
+
data_files:
|
| 74 |
+
- split: test
|
| 75 |
+
path: wfc/test-*
|
| 76 |
+
- config_name: wtqa
|
| 77 |
+
data_files:
|
| 78 |
+
- split: test
|
| 79 |
+
path: wtqa/test-*
|
| 80 |
license: cc-by-nc-4.0
|
| 81 |
task_categories:
|
| 82 |
+
- question-answering
|
| 83 |
+
- text-classification
|
|
|
|
| 84 |
language:
|
| 85 |
+
- en
|
| 86 |
+
- da
|
| 87 |
+
- de
|
| 88 |
+
- es
|
| 89 |
+
- fi
|
| 90 |
+
- it
|
| 91 |
+
- sk
|
| 92 |
+
- sv
|
| 93 |
tags:
|
| 94 |
+
- wine
|
| 95 |
+
- sommelier
|
| 96 |
+
- benchmark
|
| 97 |
pretty_name: SommBench
|
| 98 |
size_categories:
|
| 99 |
+
- 1K<n<10K
|
| 100 |
---
|
| 101 |
|
| 102 |
# SommBench
|
wtqa/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71bf2326f58fc0637b03fbee4624dbe7123f2eadc7a1606c9a73160d7e71b6d9
|
| 3 |
+
size 74439
|