kaixkhazaki commited on
Commit
f2d860a
·
verified ·
1 Parent(s): 94889c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -53,11 +53,7 @@ candidate_labels = [
53
  "Linux-Konfiguration",
54
  "VPN-Setup"
55
  ]
56
- pipe(
57
- sequence,
58
- candidate_labels,
59
- )
60
-
61
  >>
62
  {'sequence': 'Können Sie mir die Schritte zur Konfiguration eines VPN auf einem Linux-Server erklären?',
63
  'labels': ['VPN-Setup', 'Linux-Konfiguration', 'Netzwerkadministration', 'IT-Support', 'Technische Dokumentation'],
@@ -72,6 +68,8 @@ candidate_labels = [
72
  "Linux-Konfiguration",
73
  "VPN-Setup"
74
  ]
 
 
75
  {'sequence': 'Wie lautet die Garantiezeit für dieses Produkt?',
76
  'labels': ['Garantiebedingungen', 'Produktdetails', 'Reklamation', 'Kundendienst', 'Kaufberatung'],
77
  'scores': [0.4313304126262665, 0.2905466556549072, 0.10058070719242096, 0.09384352713823318, 0.08369863778352737]}
 
53
  "Linux-Konfiguration",
54
  "VPN-Setup"
55
  ]
56
+ pipe(sequence,candidate_labels)
 
 
 
 
57
  >>
58
  {'sequence': 'Können Sie mir die Schritte zur Konfiguration eines VPN auf einem Linux-Server erklären?',
59
  'labels': ['VPN-Setup', 'Linux-Konfiguration', 'Netzwerkadministration', 'IT-Support', 'Technische Dokumentation'],
 
68
  "Linux-Konfiguration",
69
  "VPN-Setup"
70
  ]
71
+ pipe(sequence,candidate_labels)
72
+ >>
73
  {'sequence': 'Wie lautet die Garantiezeit für dieses Produkt?',
74
  'labels': ['Garantiebedingungen', 'Produktdetails', 'Reklamation', 'Kundendienst', 'Kaufberatung'],
75
  'scores': [0.4313304126262665, 0.2905466556549072, 0.10058070719242096, 0.09384352713823318, 0.08369863778352737]}