fathyshalab commited on
Commit
d05f714
1 Parent(s): f868375

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': Abo-Kündigung
11
+ '1': Austausch
12
+ '2': Erstattung
13
+ '3': Gutscheinannahme
14
+ '4': Kontakt-Unterlassung
15
+ '5': Kontogutschrift
16
+ '6': Kundenbeschwerde
17
+ '7': Kundenservice
18
+ '8': Lieferung
19
+ '9': Lieferverzug
20
+ '10': Mahnung
21
+ '11': Mitarbeiterbeschwerde
22
+ '12': Produktauskunft
23
+ '13': Rechnungsausstellung
24
+ '14': Reklamation
25
+ '15': Reparatur
26
+ '16': Rückgabe
27
+ '17': Stellungnahme
28
+ '18': Storno
29
+ '19': Umtausch
30
+ splits:
31
+ - name: train
32
+ num_bytes: 176280.5158730159
33
+ num_examples: 403
34
+ - name: test
35
+ num_bytes: 44179.48412698413
36
+ num_examples: 101
37
+ download_size: 116242
38
+ dataset_size: 220460.0
39
+ ---
40
+ # Dataset Card for "reklamation24_medizin-gesundheit-pflege"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)