Gregor Betz commited on
Commit
21534da
·
unverified ·
1 Parent(s): 3dbd3d3

Meta-Llama-3-70B-Instruct

Browse files
Files changed (1) hide show
  1. config.yaml +2 -2
config.yaml CHANGED
@@ -4,8 +4,8 @@ client_llm:
4
  max_tokens: 800
5
  temperature: 0.6
6
  expert_llm:
7
- url: "" # <-- start your own inference endpoint and provide url here (or use https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3.1-70B-Instruct)
8
- model_id: "meta-llama/Meta-Llama-3.1-70B-Instruct"
9
  classifier_llm:
10
  model_id: "MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli"
11
  url: "" # <-- start your own inference endpoint of classifier model and provide url here
 
4
  max_tokens: 800
5
  temperature: 0.6
6
  expert_llm:
7
+ url: "" # <-- start your own inference endpoint and provide url here (or use https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3-70B-Instruct)
8
+ model_id: "meta-llama/Meta-Llama-3-70B-Instruct"
9
  classifier_llm:
10
  model_id: "MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli"
11
  url: "" # <-- start your own inference endpoint of classifier model and provide url here