Update instruction_template_retriever.py
Browse files
instruction_template_retriever.py
CHANGED
|
@@ -9,7 +9,6 @@ import torch
|
|
| 9 |
|
| 10 |
from huggingface_hub import hf_hub_download
|
| 11 |
from sentence_transformers import SentenceTransformer
|
| 12 |
-
from pooling_coverage import use_gaussian_coverage_pooling
|
| 13 |
|
| 14 |
|
| 15 |
class InstructionTemplateRetriever:
|
|
|
|
| 9 |
|
| 10 |
from huggingface_hub import hf_hub_download
|
| 11 |
from sentence_transformers import SentenceTransformer
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
class InstructionTemplateRetriever:
|