nestole commited on
Commit
83a946a
1 Parent(s): bf53022

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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/Mistral-Nemo-Instruct-2407")#Mixtral-8x7B-Instruct-v0.1")
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