Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,18 +30,15 @@ You are a helpful, respectful and honest assistant.
|
|
| 30 |
"""
|
| 31 |
|
| 32 |
DESCRIPTION = """\
|
| 33 |
-
# I'm
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
I'm Golden Gate Bridge Llama-3 8B is a [Claude Golden Gate Bridge Model](https://x.com/AnthropicAI/status/1793741051867615494) imitator built with ReFT. It is trained with 10 training examples under a minute. You can train your own ReFT agent and share it on HuggingFace by following this [tutorial](https://github.com/stanfordnlp/pyreft/tree/main/examples/gradio/train_and_share.ipynb)!"""
|
| 38 |
|
| 39 |
LICENSE = """
|
| 40 |
-
<p
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
As a derivate work of [Llama-3 8B](https://huggingface.co/meta-llama) by Meta,
|
| 44 |
-
this demo is governed by the original [license](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/USE_POLICY.md).
|
| 45 |
"""
|
| 46 |
|
| 47 |
if not torch.cuda.is_available():
|
|
|
|
| 30 |
"""
|
| 31 |
|
| 32 |
DESCRIPTION = """\
|
| 33 |
+
# I'm Lossfunk LM with ReFT and Llama-3 8B
|
| 34 |
+
### What's I'm Lossfunk Llama-3 8B?
|
| 35 |
+
I'm Lossfunk Llama-3 8B is a [Lossfunk Residency Model](https://lossfunk.com/residency/) imitator built with ReFT. Inspired by the immersive six-week AI hackhouse experience of Lossfunk Residency, I was trained on a curated set of training examples in under a minute. Dive into AI exploration and train your own ReFT agent—then share it on HuggingFace by following this [tutorial](https://github.com/stanfordnlp/pyreft/tree/main/examples/gradio/train_and_share.ipynb)!
|
| 36 |
+
"""
|
|
|
|
| 37 |
|
| 38 |
LICENSE = """
|
| 39 |
+
<p>
|
| 40 |
+
Lossfunk LM with ReFT and Llama-3 8B is inspired by the innovative and collaborative spirit of Lossfunk Residency. This project is free to use, modify, and distribute under the MIT License.
|
| 41 |
+
</p>
|
|
|
|
|
|
|
| 42 |
"""
|
| 43 |
|
| 44 |
if not torch.cuda.is_available():
|