Skip to content

Commit 58c094e

Browse files
authored
Update main.py
1 parent 515da19 commit 58c094e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanking/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pandas as pd
99

1010
class VectorDB:
11-
def __init__(self, model_name='Alibaba-NLP/gte-base-en-v1.5'):
11+
def __init__(self, model_name='avsolatorio/GIST-small-Embedding-v0'):
1212
self.model = SentenceTransformer(model_name, trust_remote_code=True)
1313
self.image_classifier = pipeline(task="zero-shot-image-classification", model="google/siglip-so400m-patch14-384")
1414
self.texts = []

0 commit comments

Comments
 (0)