Gregor Betz
commited on
Meta-Llama-3-70B-Instruct
Browse files- 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
|
8 |
-
model_id: "meta-llama/Meta-Llama-3
|
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
|