mrzlab630 commited on
Commit
9687f08
·
1 Parent(s): d643576

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -215,8 +215,8 @@ gr.Interface(
215
  label="Output",
216
  )
217
  ],
218
- title="🦙🌲 Alpaca-LoRA",
219
- description="Alpaca-LoRA is a 7B-parameter LLaMA model finetuned to follow instructions. It is trained on the [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) dataset and makes use of the Huggingface LLaMA implementation. For more information, please visit [the project's website](https://github.com/tloen/alpaca-lora).",
220
  ).launch(server_name="0.0.0.0", share=SHARE_GRADIO)
221
 
222
  # Old testing code follows.
 
215
  label="Output",
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.