ialvarenga commited on
Commit
dc9935d
·
1 Parent(s): d4a5034

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: eval
10
+ path: data/eval-*
11
+ dataset_info:
12
+ features:
13
+ - name: text
14
+ dtype: string
15
+ - name: intent
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': '0'
20
+ '1': '1'
21
+ '2': '2'
22
+ '3': '3'
23
+ '4': '4'
24
+ '5': '5'
25
+ splits:
26
+ - name: train
27
+ num_bytes: 358284.1064718163
28
+ num_examples: 1532
29
+ - name: test
30
+ num_bytes: 44902.44676409186
31
+ num_examples: 192
32
+ - name: eval
33
+ num_bytes: 44902.44676409186
34
+ num_examples: 192
35
+ download_size: 231094
36
+ dataset_size: 448089.0
37
+ ---
38
+ # Dataset Card for "acl-arc-revised"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)