shchoi1019
commited on
Upload dataset
Browse files
Intent Identification/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd2a2ce4975ec1a584c2fa50909978459dbcf8e7d549395b69d0eee026bb8ca0
|
3 |
+
size 6099376
|
README.md
CHANGED
@@ -216,6 +216,24 @@ dataset_info:
|
|
216 |
num_examples: 91850
|
217 |
download_size: 14674014
|
218 |
dataset_size: 64231233
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
- config_name: Keyword Tagging
|
220 |
features:
|
221 |
- name: instruction
|
@@ -913,6 +931,10 @@ configs:
|
|
913 |
data_files:
|
914 |
- split: train
|
915 |
path: Information Extraction/train-*
|
|
|
|
|
|
|
|
|
916 |
- config_name: Keyword Tagging
|
917 |
data_files:
|
918 |
- split: train
|
|
|
216 |
num_examples: 91850
|
217 |
download_size: 14674014
|
218 |
dataset_size: 64231233
|
219 |
+
- config_name: Intent Identification
|
220 |
+
features:
|
221 |
+
- name: instruction
|
222 |
+
dtype: string
|
223 |
+
- name: input
|
224 |
+
dtype: string
|
225 |
+
- name: output
|
226 |
+
dtype: string
|
227 |
+
- name: domain
|
228 |
+
dtype: string
|
229 |
+
- name: lang
|
230 |
+
dtype: string
|
231 |
+
splits:
|
232 |
+
- name: train
|
233 |
+
num_bytes: 18754320
|
234 |
+
num_examples: 16016
|
235 |
+
download_size: 6099376
|
236 |
+
dataset_size: 18754320
|
237 |
- config_name: Keyword Tagging
|
238 |
features:
|
239 |
- name: instruction
|
|
|
931 |
data_files:
|
932 |
- split: train
|
933 |
path: Information Extraction/train-*
|
934 |
+
- config_name: Intent Identification
|
935 |
+
data_files:
|
936 |
+
- split: train
|
937 |
+
path: Intent Identification/train-*
|
938 |
- config_name: Keyword Tagging
|
939 |
data_files:
|
940 |
- split: train
|