add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -26,6 +26,29 @@ paperswithcode_id: czech-restaurant-information
|
|
26 |
pretty_name: Czech Restaurant
|
27 |
tags:
|
28 |
- intent-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Dataset Card for Czech Restaurant
|
|
|
26 |
pretty_name: Czech Restaurant
|
27 |
tags:
|
28 |
- intent-to-text
|
29 |
+
dataset_info:
|
30 |
+
features:
|
31 |
+
- name: dialogue_act
|
32 |
+
dtype: string
|
33 |
+
- name: delexicalized_dialogue_act
|
34 |
+
dtype: string
|
35 |
+
- name: text
|
36 |
+
dtype: string
|
37 |
+
- name: delexicalized_text
|
38 |
+
dtype: string
|
39 |
+
config_name: CSRestaurants
|
40 |
+
splits:
|
41 |
+
- name: test
|
42 |
+
num_bytes: 191334
|
43 |
+
num_examples: 842
|
44 |
+
- name: train
|
45 |
+
num_bytes: 654071
|
46 |
+
num_examples: 3569
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 181528
|
49 |
+
num_examples: 781
|
50 |
+
download_size: 1463019
|
51 |
+
dataset_size: 1026933
|
52 |
---
|
53 |
|
54 |
# Dataset Card for Czech Restaurant
|