fathyshalab commited on
Commit
4d18b80
1 Parent(s): bd2d2a0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': Auszahlung
12
+ '2': Bescheidausstellung
13
+ '3': Erstattung
14
+ '4': Information
15
+ '5': Kontakt-Aufnahme
16
+ '6': Kundenbeschwerde
17
+ '7': Kundenservice
18
+ '8': Lieferverzug
19
+ '9': Mitarbeiterbeschwerde
20
+ '10': Reparatur
21
+ '11': Stellungnahme
22
+ '12': Versicherungsauskunft
23
+ splits:
24
+ - name: train
25
+ num_bytes: 86113.4328358209
26
+ num_examples: 160
27
+ - name: test
28
+ num_bytes: 22066.567164179105
29
+ num_examples: 41
30
+ download_size: 63410
31
+ dataset_size: 108180.0
32
+ ---
33
+ # Dataset Card for "reklamation24_oeffentlichkeit-soziales"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)