ggbetz commited on
Commit
c1f4d86
1 Parent(s): 3a38a1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -30,11 +30,12 @@ TOURIST_MODEL_KWARGS = {
30
  }
31
 
32
  GUIDE_KWARGS = {
33
- "expert_model": "meta-llama/Meta-Llama-3.1-8B-Instruct",
 
34
  # "accounts/fireworks/models/nous-hermes-2-mixtral-8x7b-dpo-fp8",
35
  # "accounts/fireworks/models/llama-v3-8b-instruct-hf",
36
  # "accounts/fireworks/models/nous-hermes-2-mixtral-8x7b-dpo-fp8",
37
- "inference_server_url": "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3.1-8B-Instruct",
38
  # "https://api.fireworks.ai/inference/v1",
39
  "llm_backend": "HFChat",
40
  "classifier_kwargs": {
 
30
  }
31
 
32
  GUIDE_KWARGS = {
33
+ "expert_model": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
34
+ # "meta-llama/Meta-Llama-3.1-8B-Instruct",
35
  # "accounts/fireworks/models/nous-hermes-2-mixtral-8x7b-dpo-fp8",
36
  # "accounts/fireworks/models/llama-v3-8b-instruct-hf",
37
  # "accounts/fireworks/models/nous-hermes-2-mixtral-8x7b-dpo-fp8",
38
+ "inference_server_url": "https://api-inference.huggingface.co/models/NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
39
  # "https://api.fireworks.ai/inference/v1",
40
  "llm_backend": "HFChat",
41
  "classifier_kwargs": {