Update run.py
Browse files
run.py
CHANGED
@@ -80,7 +80,7 @@ sentence_transformer_ef = embedding_functions.SentenceTransformerEmbeddingFuncti
|
|
80 |
|
81 |
collection = client.get_collection(name="chromatsc", embedding_function=sentence_transformer_ef)
|
82 |
|
83 |
-
client = InferenceClient("mistralai/
|
84 |
|
85 |
from nltk.tokenize import word_tokenize
|
86 |
import nltk
|
|
|
80 |
|
81 |
collection = client.get_collection(name="chromatsc", embedding_function=sentence_transformer_ef)
|
82 |
|
83 |
+
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
84 |
|
85 |
from nltk.tokenize import word_tokenize
|
86 |
import nltk
|