tferhan commited on
Commit
4f18e4f
·
verified ·
1 Parent(s): e8d96cd

Update qa_txt.py

Browse files
Files changed (1) hide show
  1. qa_txt.py +1 -1
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():