Update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@ predicted_class_id = torch.argmax(logits, dim=-1).item()
|
|
83 |
# Etiketleri belirleme
|
84 |
id_to_label = {0: "negatif", 1: "nötr", 2: "pozitif"}
|
85 |
print(f"Predicted sentiment: {id_to_label[predicted_class_id]}")
|
86 |
-
|
87 |
|
88 |
## Training Details
|
89 |
|
|
|
83 |
# Etiketleri belirleme
|
84 |
id_to_label = {0: "negatif", 1: "nötr", 2: "pozitif"}
|
85 |
print(f"Predicted sentiment: {id_to_label[predicted_class_id]}")
|
86 |
+
```
|
87 |
|
88 |
## Training Details
|
89 |
|