WilliamGazeley commited on
Commit
ee1e121
1 Parent(s): 54779dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -6,11 +6,13 @@ tags:
6
  - finance
7
  pipeline_tag: text-generation
8
  widget:
9
- - text: How do call options benefit the buyer?
10
- example_title: Domain Specific QA
11
- - text: Why might a trader choose to quickly exit a losing position, even if they
12
  still believe in the original trade idea?
13
- example_title: Not-Advice
 
 
14
  inference:
15
  parameters:
16
  temperature: 0.3
@@ -21,4 +23,4 @@ inference:
21
 
22
  A very early demonstration of enhancing an LLM with domain knowledge using IRAI's LLM-ADE framework.
23
 
24
- Note that this model is not instruction tuned, and is very small - do not use this version of the model as is.
 
6
  - finance
7
  pipeline_tag: text-generation
8
  widget:
9
+ - text: <|user|>\nHow do call options benefit the buyer?\n<|assistant|>\n
10
+ example_title: Easy
11
+ - text: <|user|>\nWhy might a trader choose to quickly exit a losing position, even if they\n<|assistant|>\n
12
  still believe in the original trade idea?
13
+ example_title: Medium
14
+ - text: <|user|>\nIn the context of Harry Markowitz's Portfolio Selection theory, what does an 'efficient' portfolio refer to?\n<|assistant|>\n
15
+ example_title: Hard
16
  inference:
17
  parameters:
18
  temperature: 0.3
 
23
 
24
  A very early demonstration of enhancing an LLM with domain knowledge using IRAI's LLM-ADE framework.
25
 
26
+ Note that this model is not thoroughly tested, and is very small - do not use this version of the model as is.