alfraser commited on
Commit
b3911a2
·
2 Parent(s): 27e1387 f583523

Merge remote-tracking branch 'origin/main'

Browse files
Files changed (1) hide show
  1. config/architectures.json +10 -0
config/architectures.json CHANGED
@@ -10,6 +10,16 @@
10
  ],
11
  "img": "architecture_baseline.jpg"
12
  },
 
 
 
 
 
 
 
 
 
 
13
  {
14
  "name": "RAG Architecture",
15
  "description": "An architecture which uses a raw baseline LLM for its core, but augments requests from the user with information which has been retrieved from a knowledge store where the organisational knowledge has previously been stored for this purpose.",
 
10
  ],
11
  "img": "architecture_baseline.jpg"
12
  },
13
+ {
14
+ "name": "Sample Fine Tuned LLM",
15
+ "description": "Fine tuning test on a TVs dataset.",
16
+ "steps": [
17
+ {"class": "InputRequestScreener"},
18
+ {"class": "HFLlamaHttpRequestor", "params": {"model": "alfraser/llama2-7b-chat-finetune-test", "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_tokens": 2000}},
19
+ {"class": "OutputResponseScreener"}
20
+ ],
21
+ "img": "architecture_baseline.jpg"
22
+ },
23
  {
24
  "name": "RAG Architecture",
25
  "description": "An architecture which uses a raw baseline LLM for its core, but augments requests from the user with information which has been retrieved from a knowledge store where the organisational knowledge has previously been stored for this purpose.",