We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515da19 commit 58c094eCopy full SHA for 58c094e
spanking/main.py
@@ -8,7 +8,7 @@
8
import pandas as pd
9
10
class VectorDB:
11
- def __init__(self, model_name='Alibaba-NLP/gte-base-en-v1.5'):
+ def __init__(self, model_name='avsolatorio/GIST-small-Embedding-v0'):
12
self.model = SentenceTransformer(model_name, trust_remote_code=True)
13
self.image_classifier = pipeline(task="zero-shot-image-classification", model="google/siglip-so400m-patch14-384")
14
self.texts = []
0 commit comments