Transformers
English
Raiff1982 commited on
Commit
7ce6ec9
·
verified ·
1 Parent(s): 39a7122

Create ai_config.json

Browse files
Files changed (1) hide show
  1. ai_config.json +8 -0
ai_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "mistralai/Mistral-7B-Instruct-v0.2",
3
+ "max_input_length": 4096,
4
+ "safety_thresholds": {
5
+ "memory": 85,
6
+ "cpu": 90
7
+ }
8
+ }