Upload dataset
Browse files- README.md +62 -0
- coffee_ordering/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -64,6 +64,64 @@ dataset_info:
|
|
64 |
num_examples: 6958
|
65 |
download_size: 652014
|
66 |
dataset_size: 6812307
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
- config_name: instructions
|
68 |
features:
|
69 |
- name: instruction_id
|
@@ -633,6 +691,10 @@ configs:
|
|
633 |
data_files:
|
634 |
- split: train
|
635 |
path: auto_repair/train-*
|
|
|
|
|
|
|
|
|
636 |
- config_name: instructions
|
637 |
data_files:
|
638 |
- split: train
|
|
|
64 |
num_examples: 6958
|
65 |
download_size: 652014
|
66 |
dataset_size: 6812307
|
67 |
+
- config_name: coffee_ordering
|
68 |
+
features:
|
69 |
+
- name: coffee_ordering.preference.reject
|
70 |
+
dtype: string
|
71 |
+
- name: coffee_ordering.location.store.reject
|
72 |
+
dtype: string
|
73 |
+
- name: coffee_ordering.type.milk.reject
|
74 |
+
dtype: string
|
75 |
+
- name: coffee_ordering.num.drink.reject
|
76 |
+
dtype: string
|
77 |
+
- name: conversation_id
|
78 |
+
dtype: string
|
79 |
+
- name: coffee_ordering.name.drink.reject
|
80 |
+
dtype: string
|
81 |
+
- name: coffee_ordering.preference.accept
|
82 |
+
dtype: string
|
83 |
+
- name: dialog
|
84 |
+
list:
|
85 |
+
- name: content
|
86 |
+
dtype: string
|
87 |
+
- name: role
|
88 |
+
dtype: string
|
89 |
+
- name: coffee_ordering.coffee_order.accept
|
90 |
+
dtype: string
|
91 |
+
- name: coffee_ordering.num.drink.accept
|
92 |
+
dtype: string
|
93 |
+
- name: coffee_ordering.type.milk
|
94 |
+
dtype: string
|
95 |
+
- name: coffee_ordering.size.drink.reject
|
96 |
+
dtype: string
|
97 |
+
- name: coffee_ordering.name.drink
|
98 |
+
dtype: string
|
99 |
+
- name: pizza_ordering.preference.accept
|
100 |
+
dtype: string
|
101 |
+
- name: coffee_ordering.size.drink.accept
|
102 |
+
dtype: string
|
103 |
+
- name: coffee_ordering.location.store.accept
|
104 |
+
dtype: string
|
105 |
+
- name: coffee_ordering.type.milk.accept
|
106 |
+
dtype: string
|
107 |
+
- name: coffee_ordering.num.drink
|
108 |
+
dtype: string
|
109 |
+
- name: instruction_id
|
110 |
+
dtype: string
|
111 |
+
- name: coffee_ordering.name.drink.accept
|
112 |
+
dtype: string
|
113 |
+
- name: coffee_ordering.size.drink
|
114 |
+
dtype: string
|
115 |
+
- name: coffee_ordering.location.store
|
116 |
+
dtype: string
|
117 |
+
- name: coffee_ordering.preference
|
118 |
+
dtype: string
|
119 |
+
splits:
|
120 |
+
- name: train
|
121 |
+
num_bytes: 3692350
|
122 |
+
num_examples: 5132
|
123 |
+
download_size: 434138
|
124 |
+
dataset_size: 3692350
|
125 |
- config_name: instructions
|
126 |
features:
|
127 |
- name: instruction_id
|
|
|
691 |
data_files:
|
692 |
- split: train
|
693 |
path: auto_repair/train-*
|
694 |
+
- config_name: coffee_ordering
|
695 |
+
data_files:
|
696 |
+
- split: train
|
697 |
+
path: coffee_ordering/train-*
|
698 |
- config_name: instructions
|
699 |
data_files:
|
700 |
- split: train
|
coffee_ordering/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ea0c20fe0ef7d371c8fd56fc4dd04e1f2e8f76415f10763d28fb32b8d539344
|
3 |
+
size 434138
|