Update README.md
Browse files
README.md
CHANGED
|
@@ -4,9 +4,15 @@ language:
|
|
| 4 |
license: mit
|
| 5 |
tags:
|
| 6 |
- finance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
# AlphaBlind Tiny v0.01
|
| 9 |
|
| 10 |
A very early demonstration of enhancing an LLM with domain knowledge using IRAI's LLM-ADE framework.
|
| 11 |
|
| 12 |
-
Note that this model is not instruction tuned, and is very small - do not use this version of the model as is.
|
|
|
|
| 4 |
license: mit
|
| 5 |
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 still believe in the original trade idea?"
|
| 12 |
+
example_title: "Not-Advice"
|
| 13 |
---
|
| 14 |
# AlphaBlind Tiny v0.01
|
| 15 |
|
| 16 |
A very early demonstration of enhancing an LLM with domain knowledge using IRAI's LLM-ADE framework.
|
| 17 |
|
| 18 |
+
Note that this model is not instruction tuned, and is very small - do not use this version of the model as is.
|