Spaces:
Paused
Paused
chore: update something
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ DEFAULT_MAX_NEW_TOKENS = 1536
|
|
23 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "8192"))
|
24 |
|
25 |
DESCRIPTION = """\
|
26 |
-
Playground with Ghost 8B Beta (β, 8k)
|
27 |
|
28 |
**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](https://huggingface.co/spaces/lamhieu/ghost-8b-beta-8k) and [128k](https://huggingface.co/spaces/lamhieu/ghost-8b-beta-128k), along with multilingual function tools support by default.
|
29 |
|
|
|
23 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "8192"))
|
24 |
|
25 |
DESCRIPTION = """\
|
26 |
+
# Playground with Ghost 8B Beta (β, 8k)
|
27 |
|
28 |
**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](https://huggingface.co/spaces/lamhieu/ghost-8b-beta-8k) and [128k](https://huggingface.co/spaces/lamhieu/ghost-8b-beta-128k), along with multilingual function tools support by default.
|
29 |
|