Update run.py
Browse files
run.py
CHANGED
@@ -20,7 +20,6 @@ collection = client.get_collection(name="chromatsc", embedding_function=sentence
|
|
20 |
|
21 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
22 |
|
23 |
-
from huggingface_hub import InferenceClient
|
24 |
from nltk.tokenize import word_tokenize
|
25 |
import pandas as pd
|
26 |
import string
|
|
|
20 |
|
21 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
22 |
|
|
|
23 |
from nltk.tokenize import word_tokenize
|
24 |
import pandas as pd
|
25 |
import string
|