Upload dataset
Browse files- README.md +25 -0
- intents/intents-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
|
|
3 |
features:
|
4 |
- name: utterance
|
5 |
dtype: string
|
@@ -14,6 +15,26 @@ dataset_info:
|
|
14 |
num_examples: 381
|
15 |
download_size: 5652130
|
16 |
dataset_size: 10403708
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
configs:
|
18 |
- config_name: default
|
19 |
data_files:
|
@@ -21,4 +42,8 @@ configs:
|
|
21 |
path: data/train-*
|
22 |
- split: test
|
23 |
path: data/test-*
|
|
|
|
|
|
|
|
|
24 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: default
|
4 |
features:
|
5 |
- name: utterance
|
6 |
dtype: string
|
|
|
15 |
num_examples: 381
|
16 |
download_size: 5652130
|
17 |
dataset_size: 10403708
|
18 |
+
- config_name: intents
|
19 |
+
features:
|
20 |
+
- name: id
|
21 |
+
dtype: int64
|
22 |
+
- name: name
|
23 |
+
dtype: string
|
24 |
+
- name: tags
|
25 |
+
sequence: 'null'
|
26 |
+
- name: regexp_full_match
|
27 |
+
sequence: 'null'
|
28 |
+
- name: regexp_partial_match
|
29 |
+
sequence: 'null'
|
30 |
+
- name: description
|
31 |
+
dtype: 'null'
|
32 |
+
splits:
|
33 |
+
- name: intents
|
34 |
+
num_bytes: 1054
|
35 |
+
num_examples: 25
|
36 |
+
download_size: 3570
|
37 |
+
dataset_size: 1054
|
38 |
configs:
|
39 |
- config_name: default
|
40 |
data_files:
|
|
|
42 |
path: data/train-*
|
43 |
- split: test
|
44 |
path: data/test-*
|
45 |
+
- config_name: intents
|
46 |
+
data_files:
|
47 |
+
- split: intents
|
48 |
+
path: intents/intents-*
|
49 |
---
|
intents/intents-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87c392ca768e77a954895feb66e8f6122eaa20488246d06ac1d8ad38a912b7d3
|
3 |
+
size 3570
|