Spaces:
Runtime error
Runtime error
Added a setup for V7 of the fine-tuned model to test that
Browse files- config/architectures.json +10 -1
config/architectures.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"img": "architecture_baseline.jpg"
|
12 |
},
|
13 |
{
|
14 |
-
"name": "2. Fine-tuning Architecture",
|
15 |
"description": "Model fine-tuned on the data from the baseline product dataset.",
|
16 |
"steps": [
|
17 |
{"class": "InputRequestScreener"},
|
@@ -39,6 +39,15 @@
|
|
39 |
{"class": "HFInferenceEndpoint", "params": {"endpoint_url": "https://ln8i9z4ecjqora6d.eu-west-1.aws.endpoints.huggingface.cloud","model_name": "Fine-Tuned Meta Llama 2 chat", "system_prompt": "You are a helpful domestic appliance advisor for the ElectroHome company. Please answer customer questions and do not mention other brands. Answer succinctly with facts, and if you cannot answer please say so.", "max_new_tokens": 1000, "prompt_style": "multi_line_with_roles"}},
|
40 |
{"class": "OutputResponseScreener"}
|
41 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
}
|
43 |
]
|
44 |
}
|
|
|
11 |
"img": "architecture_baseline.jpg"
|
12 |
},
|
13 |
{
|
14 |
+
"name": "2. Fine-tuning Architecture V5",
|
15 |
"description": "Model fine-tuned on the data from the baseline product dataset.",
|
16 |
"steps": [
|
17 |
{"class": "InputRequestScreener"},
|
|
|
39 |
{"class": "HFInferenceEndpoint", "params": {"endpoint_url": "https://ln8i9z4ecjqora6d.eu-west-1.aws.endpoints.huggingface.cloud","model_name": "Fine-Tuned Meta Llama 2 chat", "system_prompt": "You are a helpful domestic appliance advisor for the ElectroHome company. Please answer customer questions and do not mention other brands. Answer succinctly with facts, and if you cannot answer please say so.", "max_new_tokens": 1000, "prompt_style": "multi_line_with_roles"}},
|
40 |
{"class": "OutputResponseScreener"}
|
41 |
]
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"name": "4. Fine-tuning Architecture V7",
|
45 |
+
"description": "Model fine-tuned on the data from the baseline product dataset.",
|
46 |
+
"steps": [
|
47 |
+
{"class": "InputRequestScreener"},
|
48 |
+
{"class": "HFInferenceEndpoint", "params": {"endpoint_url": "https://kl6kq9j1yw3hoj4e.eu-west-1.aws.endpoints.huggingface.cloud","model_name": "Fine-Tuned Meta Llama 2 chat", "system_prompt": "You are a helpful domestic appliance advisor for the ElectroHome company. Please answer customer questions and do not mention other brands. Answer succinctly with facts, and if you cannot answer please say so.", "max_new_tokens": 1000, "prompt_style": "multi_line_with_roles"}},
|
49 |
+
{"class": "OutputResponseScreener"}
|
50 |
+
]
|
51 |
}
|
52 |
]
|
53 |
}
|