Upload dataset
Browse files- README.md +25 -13
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,32 +1,44 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: message
|
5 |
dtype: string
|
6 |
- name: label
|
7 |
dtype: string
|
8 |
-
- name:
|
|
|
|
|
9 |
sequence: float64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
splits:
|
11 |
- name: train
|
12 |
-
num_bytes:
|
13 |
num_examples: 1944
|
14 |
-
download_size:
|
15 |
-
dataset_size:
|
16 |
configs:
|
17 |
- config_name: default
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
-
license: apache-2.0
|
22 |
-
task_categories:
|
23 |
-
- text-classification
|
24 |
-
- zero-shot-classification
|
25 |
-
language:
|
26 |
-
- en
|
27 |
-
pretty_name: adsf
|
28 |
-
size_categories:
|
29 |
-
- 1K<n<10K
|
30 |
---
|
31 |
Based on [jonathansuru/customer_service_intent_detection](https://huggingface.co/datasets/jonathansuru/customer_service_intent_detection).
|
32 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- text-classification
|
9 |
+
- zero-shot-classification
|
10 |
+
pretty_name: adsf
|
11 |
dataset_info:
|
12 |
features:
|
13 |
- name: message
|
14 |
dtype: string
|
15 |
- name: label
|
16 |
dtype: string
|
17 |
+
- name: prompt
|
18 |
+
dtype: string
|
19 |
+
- name: embedding
|
20 |
sequence: float64
|
21 |
+
- name: embedding_2d
|
22 |
+
sequence: float32
|
23 |
+
- name: embedding_3d
|
24 |
+
sequence: float32
|
25 |
+
- name: embedding_128d
|
26 |
+
sequence: float32
|
27 |
+
- name: embedding_256d
|
28 |
+
sequence: float32
|
29 |
+
- name: embedding_512d
|
30 |
+
sequence: float32
|
31 |
splits:
|
32 |
- name: train
|
33 |
+
num_bytes: 16529708
|
34 |
num_examples: 1944
|
35 |
+
download_size: 4242486
|
36 |
+
dataset_size: 16529708
|
37 |
configs:
|
38 |
- config_name: default
|
39 |
data_files:
|
40 |
- split: train
|
41 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
---
|
43 |
Based on [jonathansuru/customer_service_intent_detection](https://huggingface.co/datasets/jonathansuru/customer_service_intent_detection).
|
44 |
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49b8a03a104dadee87dd8ec77ba8192447cf40110c627d5b7ad5f3638c0c3b65
|
3 |
+
size 4242486
|