hbanduk commited on
Commit
739d55a
·
verified ·
1 Parent(s): 68a6940

Update tasks/text.py

Browse files
Files changed (1) hide show
  1. tasks/text.py +1 -1
tasks/text.py CHANGED
@@ -60,7 +60,7 @@ 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
- from transformers import DistilBertTokenizer
64
  import numpy as np
65
  import onnxruntime as ort
66
  from huggingface_hub import hf_hub_download
 
60
  #true_labels = test_dataset["label"]
61
  #predictions = [random.randint(0, 7) for _ in range(len(true_labels))]
62
 
63
+ from transformers import DistilBertTokenizer
64
  import numpy as np
65
  import onnxruntime as ort
66
  from huggingface_hub import hf_hub_download