Update main.py
Browse files
main.py
CHANGED
@@ -20,7 +20,7 @@ llm = LlamaCpp(
|
|
20 |
n_ctx=4096
|
21 |
)
|
22 |
|
23 |
-
model = SentenceTransformer('
|
24 |
|
25 |
file_size = os.stat('Phi-3-mini-4k-instruct-q4.gguf')
|
26 |
print("model size ====> :", file_size.st_size, "bytes")
|
|
|
20 |
n_ctx=4096
|
21 |
)
|
22 |
|
23 |
+
model = SentenceTransformer('paraphrase-TinyBERT-L6-v2')
|
24 |
|
25 |
file_size = os.stat('Phi-3-mini-4k-instruct-q4.gguf')
|
26 |
print("model size ====> :", file_size.st_size, "bytes")
|