Sentence Similarity
sentence-transformers
PyTorch
Transformers
English
t5
text-embedding
embeddings
information-retrieval
beir
text-classification
language-model
text-clustering
text-semantic-similarity
text-evaluation
prompt-retrieval
text-reranking
feature-extraction
English
Sentence Similarity
natural_questions
ms_marco
fever
hotpot_qa
mteb
Eval Results
Inference Endpoints
Update handler.py
Browse files- handler.py +1 -0
handler.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from typing import Dict, List, Any
|
2 |
from InstructorEmbedding import INSTRUCTOR
|
|
|
3 |
|
4 |
class EndpointHandler():
|
5 |
def __init__(self, path=""):
|
|
|
1 |
from typing import Dict, List, Any
|
2 |
from InstructorEmbedding import INSTRUCTOR
|
3 |
+
import torch
|
4 |
|
5 |
class EndpointHandler():
|
6 |
def __init__(self, path=""):
|