kaixkhazaki commited on
Commit
3a0d07b
·
verified ·
1 Parent(s): cd322ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -64,13 +64,13 @@ pipe(sequence,candidate_labels)
64
 
65
 
66
  #example 2
67
- sequence = "Können Sie mir die Schritte zur Konfiguration eines VPN auf einem Linux-Server erklären?"
68
  candidate_labels = [
69
- "Technische Dokumentation",
70
- "IT-Support",
71
- "Netzwerkadministration",
72
- "Linux-Konfiguration",
73
- "VPN-Setup"
74
  ]
75
  pipe(sequence,candidate_labels)
76
  >>
 
64
 
65
 
66
  #example 2
67
+ sequence = "Wie lautet die Garantiezeit für dieses Produkt?"
68
  candidate_labels = [
69
+ "Garantiebedingungen",
70
+ "Kundendienst",
71
+ "Produktdetails",
72
+ "Reklamation",
73
+ "Kaufberatung"
74
  ]
75
  pipe(sequence,candidate_labels)
76
  >>