Spaces:
Runtime error
Runtime error
modify readme on the gradio app
Browse files- strings.py +1 -1
strings.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
TITLE = "Alpaca-LoRA Playground"
|
2 |
|
3 |
ABSTRACT = """
|
4 |
-
Thanks to [tolen](https://github.com/tloen/alpaca-lora), this simple application runs Alpaca-LoRA which is instruction fine-tuned version of [LLaMA](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/) from Meta AI. Alpaca-LoRA is *Low-Rank LLaMA Instruct-Tuning* which is inspired by [Stanford Alpaca project](https://github.com/tatsu-lab/stanford_alpaca). This demo application currently runs
|
5 |
|
6 |
We are thankful to the [Jarvislabs.ai](https://jarvislabs.ai/) who generously provided free GPU instances.
|
7 |
"""
|
|
|
1 |
TITLE = "Alpaca-LoRA Playground"
|
2 |
|
3 |
ABSTRACT = """
|
4 |
+
Thanks to [tolen](https://github.com/tloen/alpaca-lora), this simple application runs Alpaca-LoRA which is instruction fine-tuned version of [LLaMA](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/) from Meta AI. Alpaca-LoRA is *Low-Rank LLaMA Instruct-Tuning* which is inspired by [Stanford Alpaca project](https://github.com/tatsu-lab/stanford_alpaca). This demo application currently runs 7B version on a T4 instance.
|
5 |
|
6 |
We are thankful to the [Jarvislabs.ai](https://jarvislabs.ai/) who generously provided free GPU instances.
|
7 |
"""
|