Spaces:
Sleeping
Sleeping
File size: 302 Bytes
4f2d419 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
app:
config:
name: 'streamlit-app'
llm:
provider: huggingface
config:
model: 'mistralai/Mixtral-8x7B-Instruct-v0.1'
temperature: 0.1
max_tokens: 2500
top_p: 0.1
stream: true
embedder:
provider: huggingface
config:
model: 'sentence-transformers/all-mpnet-base-v2' |