Spaces:
Runtime error
Runtime error
Create strings.py
Browse files- strings.py +5 -0
strings.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
TITLE = "LLaMA 7B Model Playground"
|
2 |
+
|
3 |
+
ABSTRACT = """
|
4 |
+
This Space allows you to play with the one of the variant(7B) as part of the [LLaMA](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/)(Large Language Model Meta AI) released by Meta AI.
|
5 |
+
"""
|