Update README.md
Browse files
README.md
CHANGED
@@ -216,7 +216,7 @@ gr.Interface(
|
|
216 |
)
|
217 |
],
|
218 |
title="💹 🕯 Alpaca-LoRA-Trading-Candles",
|
219 |
-
description="Alpaca-LoRA-Trading-Candles is a 7B-parameter LLaMA model tuned to execute instructions. It is trained on the [trading candles] dataset(https://huggingface.co/datasets/mrzlab630/trading-candles) and uses the Huggingface LLaMA implementation. For more information, visit [project website](https://huggingface.co/mrzlab630/lora-alpaca-trading-candles).",
|
220 |
).launch(server_name="0.0.0.0", share=SHARE_GRADIO)
|
221 |
|
222 |
# Old testing code follows.
|
|
|
216 |
)
|
217 |
],
|
218 |
title="💹 🕯 Alpaca-LoRA-Trading-Candles",
|
219 |
+
description="Alpaca-LoRA-Trading-Candles is a 7B-parameter LLaMA model tuned to execute instructions. It is trained on the [trading candles] dataset(https://huggingface.co/datasets/mrzlab630/trading-candles) and uses the Huggingface LLaMA implementation. For more information, visit [project website](https://huggingface.co/mrzlab630/lora-alpaca-trading-candles).\nPrompts:\nInstruction: identify candle, Input: open:241.5,close:232.9, high:241.7, low:230.8\nInstruction: find candle, Input: 38811.24,38838.41,38846.71,38736.24,234.00,45275276.00,59816.00,441285.00,645.00,84176.00,1694619.00,15732335.00\nInstruction: find candle: Bullish, Input: 38751.32,38818.6,38818.6,38695.03,62759348.00,2605789.00,71030.00,820738.00,59659.00,724738.00,7368363.00,50654.00",
|
220 |
).launch(server_name="0.0.0.0", share=SHARE_GRADIO)
|
221 |
|
222 |
# Old testing code follows.
|