Spaces:
Paused
Paused
chore: update content
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "8192"))
|
|
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 and 128k, along with multilingual function tools support by default.
|
29 |
|
30 |
The languages supported are ๐บ๐ธ English, ๐ซ๐ท French, ๐ฎ๐น Italian, ๐ช๐ธ Spanish, ๐ต๐น Portuguese, ๐ฉ๐ช German, ๐ป๐ณ Vietnamese, ๐ฐ๐ท Korean and ๐จ๐ณ Chinese.
|
31 |
|
|
|
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 |
|
30 |
The languages supported are ๐บ๐ธ English, ๐ซ๐ท French, ๐ฎ๐น Italian, ๐ช๐ธ Spanish, ๐ต๐น Portuguese, ๐ฉ๐ช German, ๐ป๐ณ Vietnamese, ๐ฐ๐ท Korean and ๐จ๐ณ Chinese.
|
31 |
|