Ctaake commited on
Commit
e973e2c
·
verified ·
1 Parent(s): 7fa2dc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,8 +21,9 @@ checkpoint = "mistralai/Mistral-7B-Instruct-v0.1"
21
  checkpoint = "google/gemma-1.1-7b-it"
22
  checkpoint = "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"
23
  checkpoint = "mistralai/Mixtral-8x7B-Instruct-v0.1"
 
24
  path_to_log = "FlaggedFalse.txt"
25
- mistral_models=["mistralai/Mixtral-8x7B-Instruct-v0.1"]
26
 
27
  # Inference client with the model (And HF-token if needed)
28
  client = InferenceClient(checkpoint)
 
21
  checkpoint = "google/gemma-1.1-7b-it"
22
  checkpoint = "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"
23
  checkpoint = "mistralai/Mixtral-8x7B-Instruct-v0.1"
24
+ checkpoint = "mistralai/Mistral-Nemo-Instruct-2407"
25
  path_to_log = "FlaggedFalse.txt"
26
+ mistral_models=["mistralai/Mixtral-8x7B-Instruct-v0.1","mistralai/Mistral-Nemo-Instruct-2407"]
27
 
28
  # Inference client with the model (And HF-token if needed)
29
  client = InferenceClient(checkpoint)