doberst113080 commited on
Commit
4047087
1 Parent(s): abc4c8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,9 +39,9 @@ Each slim model has a 'quantized tool' version, e.g., [**'slim-tags-3b-tool'**]
39
  tokenizer = AutoTokenizer.from_pretrained("llmware/slim-tags-3b")
40
 
41
  function = "classify"
42
- params = "topic"
43
 
44
- text = "Tesla stock declined yesterday 8% in premarket trading after a poorly-received event in San Francisco yesterday, in which the company indicated a likely shortfall in revenue."
45
 
46
  prompt = "<human>: " + text + "\n" + f"<{function}> {params} </{function}>\n<bot>:"
47
 
 
39
  tokenizer = AutoTokenizer.from_pretrained("llmware/slim-tags-3b")
40
 
41
  function = "classify"
42
+ params = "tags"
43
 
44
+ text = "Citibank announced a reduction in its targets for economic growth in France and the UK last week in light of ongoing concerns about inflation and unemployment, especially in large employers such as Airbus."
45
 
46
  prompt = "<human>: " + text + "\n" + f"<{function}> {params} </{function}>\n<bot>:"
47