Update README.md
Browse files
README.md
CHANGED
@@ -75,19 +75,6 @@ response = pipe(text, CANDIDATE_LABELS, multi_label=True)
|
|
75 |
for label, score in zip(response["labels"], response["scores"]):
|
76 |
print(f"{label}: {score:.3f}")
|
77 |
|
78 |
-
"""
|
79 |
-
Müşteri Desteği: 1.000
|
80 |
-
Şikayet: 1.000
|
81 |
-
Abonelik: 0.999
|
82 |
-
Satın Alımlar: 0.757
|
83 |
-
Memnuniyet: 0.011
|
84 |
-
Hata ve çökme: 0.007
|
85 |
-
Kullanıcı Arayüzü: 0.004
|
86 |
-
Uygulama Performansı: 0.002
|
87 |
-
Reklam: 0.001
|
88 |
-
Özellikler: 0.001
|
89 |
-
Güncellemeler: 0.000
|
90 |
-
"""
|
91 |
```
|
92 |
|
93 |
## Training Details
|
|
|
75 |
for label, score in zip(response["labels"], response["scores"]):
|
76 |
print(f"{label}: {score:.3f}")
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
```
|
79 |
|
80 |
## Training Details
|