Datasets:
norabelrose
commited on
Commit
·
4e788ea
1
Parent(s):
ec3be62
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: original_id
|
5 |
+
dtype: int32
|
6 |
+
- name: edit_goal
|
7 |
+
dtype: string
|
8 |
+
- name: edit_type
|
9 |
+
dtype: string
|
10 |
+
- name: text
|
11 |
+
dtype: string
|
12 |
+
- name: food
|
13 |
+
dtype: string
|
14 |
+
- name: ambiance
|
15 |
+
dtype: string
|
16 |
+
- name: service
|
17 |
+
dtype: string
|
18 |
+
- name: noise
|
19 |
+
dtype: string
|
20 |
+
- name: counterfactual
|
21 |
+
dtype: bool
|
22 |
+
- name: rating
|
23 |
+
dtype: int64
|
24 |
+
splits:
|
25 |
+
- name: validation
|
26 |
+
num_bytes: 306529
|
27 |
+
num_examples: 1673
|
28 |
+
- name: test
|
29 |
+
num_bytes: 309751
|
30 |
+
num_examples: 1689
|
31 |
+
- name: train
|
32 |
+
num_bytes: 2282439
|
33 |
+
num_examples: 11728
|
34 |
+
download_size: 628886
|
35 |
+
dataset_size: 2898719
|
36 |
+
---
|
37 |
+
# Dataset Card for "CEBaB"
|
38 |
+
|
39 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|