dvilasuero HF staff commited on
Commit
0fed3ce
1 Parent(s): b17f098

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': Other
11
+ '1': atm
12
+ '2': balance
13
+ '3': card
14
+ '4': exchange rate
15
+ '5': pin
16
+ '6': top up
17
+ '7': transfer
18
+ splits:
19
+ - name: train
20
+ num_bytes: 10001.020100502512
21
+ num_examples: 159
22
+ - name: test
23
+ num_bytes: 2515.9798994974876
24
+ num_examples: 40
25
+ download_size: 10497
26
+ dataset_size: 12517.0
27
+ ---
28
+ # Dataset Card for "banking77-topics-setfit"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)