fathyshalab commited on
Commit
20277d5
1 Parent(s): 5612b73

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': Abrechnung
11
+ '1': Erstattung
12
+ '2': Information
13
+ '3': Kontakt-Aufnahme
14
+ '4': Kundenbeschwerde
15
+ '5': Kundenservice
16
+ '6': Mitarbeiterbeschwerde
17
+ '7': Rechnungsausstellung
18
+ '8': Storno
19
+ '9': Ticketauskunft
20
+ splits:
21
+ - name: train
22
+ num_bytes: 42148.83653846154
23
+ num_examples: 83
24
+ - name: test
25
+ num_bytes: 10664.163461538461
26
+ num_examples: 21
27
+ download_size: 39246
28
+ dataset_size: 52813.0
29
+ ---
30
+ # Dataset Card for "reklamation24_oeffentlicher-verkehr-vermietung"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)