Seymasa commited on
Commit
d9bfa9d
·
verified ·
1 Parent(s): ec38e0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "The product arrived damaged."
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)