Update run.py
Browse files
run.py
CHANGED
@@ -18,7 +18,7 @@ sentence_transformer_ef = embedding_functions.SentenceTransformerEmbeddingFuncti
|
|
18 |
|
19 |
collection = client.get_collection(name="chromatsc", embedding_function=sentence_transformer_ef)
|
20 |
|
21 |
-
client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")#"mistralai/Mixtral-8x7B-Instruct-v0.1")
|
22 |
|
23 |
from nltk.tokenize import word_tokenize
|
24 |
import nltk
|
|
|
18 |
|
19 |
collection = client.get_collection(name="chromatsc", embedding_function=sentence_transformer_ef)
|
20 |
|
21 |
+
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")#"mistralai/Mistral-Nemo-Instruct-2407")#"mistralai/Mixtral-8x7B-Instruct-v0.1")
|
22 |
|
23 |
from nltk.tokenize import word_tokenize
|
24 |
import nltk
|