Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CineAI
/
Chelsea
like
1
Sleeping
App
Files
Files
Community
4acd1fa
Chelsea
/
llm
/
config.py
CineAI
Update llm/config.py
6daa3b2
verified
9 months ago
raw
Copy download link
history
blame
Safe
136 Bytes
config = {
"model"
:
"mistralai/Mixtral-8x7B-Instruct-v0.1"
,
"temperature"
:
0.1
,
"max_new_tokens"
:
1024
,
"top_k"
:
5
,
"load_in_8bit"
:
True
}