ebrukilic commited on
Commit
9784ae3
1 Parent(s): 2c170bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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