mstatt commited on
Commit
935983b
·
1 Parent(s): 001f72f

Upload dataset_dict.json

Browse files
Files changed (1) hide show
  1. dataset_dict.json +23 -1
dataset_dict.json CHANGED
@@ -1 +1,23 @@
1
- {"splits": ["train"]}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "Dataset of labeled customer comments or questions",
3
+ "citation": "",
4
+ "homepage": "https://huggingface.co/datasets/Falconsai/customer_intents",
5
+ "license": "",
6
+ "features": {
7
+ "label": {
8
+ "dtype": "string",
9
+ "_type": "Value"
10
+ },
11
+ "text": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ }
15
+ },
16
+ "splits": {
17
+ "train": {
18
+ "name": "train",
19
+ "num_examples": 27856,
20
+ "dataset_name": null
21
+ }
22
+ }
23
+ }}