nehatarey commited on
Commit
705ce99
Β·
1 Parent(s): c6b0570

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ embeddings = HuggingFaceEmbeddings()
26
  llm = HuggingFacePipeline.from_model_id(
27
  model_id="bigscience/bloomz-1b7",
28
  task="text-generation",
29
- model_kwargs={"temperature" : 10, "max_length" : 1000})
30
 
31
 
32
  vectordb = Chroma.from_documents(documents=documents, embedding=embeddings)
 
26
  llm = HuggingFacePipeline.from_model_id(
27
  model_id="bigscience/bloomz-1b7",
28
  task="text-generation",
29
+ model_kwargs={"temperature" : 1, "max_length" : 1000})
30
 
31
 
32
  vectordb = Chroma.from_documents(documents=documents, embedding=embeddings)