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
|
@@ -11,9 +12,33 @@ dataset_info:
|
|
11 |
num_examples: 20005
|
12 |
download_size: 465430
|
13 |
dataset_size: 1244988
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: default
|
4 |
features:
|
5 |
- name: utterance
|
6 |
dtype: string
|
|
|
12 |
num_examples: 20005
|
13 |
download_size: 465430
|
14 |
dataset_size: 1244988
|
15 |
+
- config_name: intents
|
16 |
+
features:
|
17 |
+
- name: id
|
18 |
+
dtype: int64
|
19 |
+
- name: name
|
20 |
+
dtype: string
|
21 |
+
- name: tags
|
22 |
+
sequence: 'null'
|
23 |
+
- name: regexp_full_match
|
24 |
+
sequence: 'null'
|
25 |
+
- name: regexp_partial_match
|
26 |
+
sequence: 'null'
|
27 |
+
- name: description
|
28 |
+
dtype: 'null'
|
29 |
+
splits:
|
30 |
+
- name: intents
|
31 |
+
num_bytes: 3420
|
32 |
+
num_examples: 77
|
33 |
+
download_size: 5151
|
34 |
+
dataset_size: 3420
|
35 |
configs:
|
36 |
- config_name: default
|
37 |
data_files:
|
38 |
- split: train
|
39 |
path: data/train-*
|
40 |
+
- config_name: intents
|
41 |
+
data_files:
|
42 |
+
- split: intents
|
43 |
+
path: intents/intents-*
|
44 |
---
|
intents/intents-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50eb0ccb905267edcace5227b86a42b096a2dcebefe8771d15e5530e272c5c40
|
3 |
+
size 5151
|