Update README.md
Browse files
README.md
CHANGED
|
@@ -105,7 +105,7 @@ dataset = load_dataset("nanelimon/complaint-classification-dataset")
|
|
| 105 |
classifier = pipeline("text-classification")
|
| 106 |
|
| 107 |
# Sample text for classification
|
| 108 |
-
text = "
|
| 109 |
|
| 110 |
# Perform classification
|
| 111 |
result = classifier(text)
|
|
|
|
| 105 |
classifier = pipeline("text-classification")
|
| 106 |
|
| 107 |
# Sample text for classification
|
| 108 |
+
text = "Ürün hasarlı olarak elime ulaştı."
|
| 109 |
|
| 110 |
# Perform classification
|
| 111 |
result = classifier(text)
|