nestole commited on
Commit
583fa98
1 Parent(s): 12594b9

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -0
run.py CHANGED
@@ -21,6 +21,7 @@ collection = client.get_collection(name="chromatsc", embedding_function=sentence
21
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
22
 
23
  from nltk.tokenize import word_tokenize
 
24
  nltk.download('punkt')
25
  import pandas as pd
26
  import string
 
21
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
22
 
23
  from nltk.tokenize import word_tokenize
24
+ import nltk
25
  nltk.download('punkt')
26
  import pandas as pd
27
  import string