Update README.md
Browse files
README.md
CHANGED
@@ -247,25 +247,5 @@ gr.Interface(
|
|
247 |
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",
|
248 |
).launch(server_name="0.0.0.0", share=SHARE_GRADIO)
|
249 |
|
250 |
-
# Old testing code follows.
|
251 |
-
|
252 |
-
"""
|
253 |
-
if __name__ == "__main__":
|
254 |
-
# testing code for readme
|
255 |
-
for instruction in [
|
256 |
-
"Tell me about alpacas.",
|
257 |
-
"Tell me about the president of Mexico in 2019.",
|
258 |
-
"Tell me about the king of France in 2019.",
|
259 |
-
"List all Canadian provinces in alphabetical order.",
|
260 |
-
"Write a Python program that prints the first 10 Fibonacci numbers.",
|
261 |
-
"Write a program that prints the numbers from 1 to 100. But for multiples of three print 'Fizz' instead of the number and for the multiples of five print 'Buzz'. For numbers which are multiples of both three and five print 'FizzBuzz'.",
|
262 |
-
"Tell me five words that rhyme with 'shock'.",
|
263 |
-
"Translate the sentence 'I have no mouth but I must scream' into Spanish.",
|
264 |
-
"Count up from 1 to 500.",
|
265 |
-
]:
|
266 |
-
print("Instruction:", instruction)
|
267 |
-
print("Response:", evaluate(instruction))
|
268 |
-
print()
|
269 |
-
"""
|
270 |
|
271 |
```
|
|
|
247 |
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",
|
248 |
).launch(server_name="0.0.0.0", share=SHARE_GRADIO)
|
249 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
|
251 |
```
|