Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ In this iteration, I've **replaced Falcon 7B Instruct** with the **currently-SoT
|
|
17 |
fine-tuned using **Unsloth** on financial questions and answers generated with the help of GPT-4, quantized \
|
18 |
and augmented with a 4bit QLoRa. \
|
19 |
\
|
20 |
-
Prompt analysis and model registry is handled by **Comet LLM**, and finance news is
|
21 |
-
|
22 |
most relevant news article to provide answers with real-time finance information embedded within the output. \
|
23 |
\
|
24 |
**#TODO:** Add citations to output to show end-user which article has been used to generate the output.
|
|
|
17 |
fine-tuned using **Unsloth** on financial questions and answers generated with the help of GPT-4, quantized \
|
18 |
and augmented with a 4bit QLoRa. \
|
19 |
\
|
20 |
+
Prompt analysis and model registry is handled by **Comet LLM**, and finance news is streamed via **Bytewax** using an \
|
21 |
+
**Alpaca API**, and then sent as a vector embedding to **Qdrant**'s serverless vector store. **LangChain** chains the prompt and \
|
22 |
most relevant news article to provide answers with real-time finance information embedded within the output. \
|
23 |
\
|
24 |
**#TODO:** Add citations to output to show end-user which article has been used to generate the output.
|