seronk commited on
Commit
3836483
·
verified ·
1 Parent(s): 9685f7b

Update tasks/text.py

Browse files
Files changed (1) hide show
  1. tasks/text.py +2 -0
tasks/text.py CHANGED
@@ -60,6 +60,8 @@ async def evaluate_text(request: TextEvaluationRequest):
60
  true_labels = test_dataset["label"]
61
  predictions = [random.randint(0, 7) for _ in range(len(true_labels))]
62
 
 
 
63
  #--------------------------------------------------------------------------------------------
64
  # YOUR MODEL INFERENCE STOPS HERE
65
  #--------------------------------------------------------------------------------------------
 
60
  true_labels = test_dataset["label"]
61
  predictions = [random.randint(0, 7) for _ in range(len(true_labels))]
62
 
63
+ print("hello_world")
64
+
65
  #--------------------------------------------------------------------------------------------
66
  # YOUR MODEL INFERENCE STOPS HERE
67
  #--------------------------------------------------------------------------------------------