Spaces:
Runtime error
Runtime error
chore: update heading content
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ DEFAULT_MAX_NEW_TOKENS = 1536
|
|
24 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "123392"))
|
25 |
|
26 |
DESCRIPTION = """\
|
27 |
-
# Playground with Ghost 8B Beta (
|
28 |
|
29 |
**Ghost 8B Beta** is a large language model developed with goals that include excellent multilingual support, superior knowledge capabilities, and cost-effectiveness. The model comes in two context length versions, 8k and 128k, along with multilingual function tools support by default.
|
30 |
|
|
|
24 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "123392"))
|
25 |
|
26 |
DESCRIPTION = """\
|
27 |
+
# Playground with Ghost 8B Beta (β, 128k)
|
28 |
|
29 |
**Ghost 8B Beta** is a large language model developed with goals that include excellent multilingual support, superior knowledge capabilities, and cost-effectiveness. The model comes in two context length versions, 8k and 128k, along with multilingual function tools support by default.
|
30 |
|