Spaces:
Sleeping
Sleeping
Update qa_txt.py
Browse files
qa_txt.py
CHANGED
@@ -33,7 +33,7 @@ llm = HuggingFaceEndpoint(
|
|
33 |
repo_id='mistralai/Mixtral-8x7B-Instruct-v0.1',
|
34 |
temperature = 0.17,
|
35 |
max_new_tokens = 512,
|
36 |
-
top_k = 30
|
37 |
)
|
38 |
|
39 |
# def process_data():
|
|
|
33 |
repo_id='mistralai/Mixtral-8x7B-Instruct-v0.1',
|
34 |
temperature = 0.17,
|
35 |
max_new_tokens = 512,
|
36 |
+
top_k = 30
|
37 |
)
|
38 |
|
39 |
# def process_data():
|