Update run.py
Browse files
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
|