alfraser commited on
Commit
1dc846d
·
1 Parent(s): d2dbfb8

Update the URL for the fine-tuned api endpoint

Browse files
Files changed (1) hide show
  1. config/architectures.json +1 -1
config/architectures.json CHANGED
@@ -15,7 +15,7 @@
15
  "description": "Fine tuning test on a TVs dataset.",
16
  "steps": [
17
  {"class": "InputRequestScreener"},
18
- {"class": "HFInferenceEndpoint", "params": {"endpoint_url": "https://aq370cw32b48fts4.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. If you cannot answer please say so.", "max_new_tokens": 1000}},
19
  {"class": "OutputResponseScreener"}
20
  ],
21
  "img": "architecture_baseline.jpg"
 
15
  "description": "Fine tuning test on a TVs dataset.",
16
  "steps": [
17
  {"class": "InputRequestScreener"},
18
+ {"class": "HFInferenceEndpoint", "params": {"endpoint_url": "https://d0on8skmq6t2a4wo.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. If you cannot answer please say so.", "max_new_tokens": 1000}},
19
  {"class": "OutputResponseScreener"}
20
  ],
21
  "img": "architecture_baseline.jpg"