chore: update content
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Ghost 8B Beta (Ξ², 128k)
|
3 |
emoji: π» / π
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
|
|
1 |
---
|
2 |
+
title: Ghost 8B Beta (Ξ², 128k, Online)
|
3 |
emoji: π» / π
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
app.py
CHANGED
@@ -30,7 +30,7 @@ DEFAULT_MAX_NEW_TOKENS = 2048
|
|
30 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "123392"))
|
31 |
|
32 |
DESCRIPTION = """\
|
33 |
-
# Playground with Ghost 8B Beta (Ξ²,
|
34 |
|
35 |
**Ghost 8B Beta** model outperforms prominent models such as Llama 3 8B Instruct, GPT 3.5 Turbo in the lc_winrate score. In addition, it also outperforms Claude 3 Opus, Claude 3 Sonnet, GPT-4, and Mistral Large when comparing the winrate score of AlpacaEval 2.0, [*](https://ghost-x.org/docs/models/ghost-8b-beta/). 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.
|
36 |
|
|
|
30 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "123392"))
|
31 |
|
32 |
DESCRIPTION = """\
|
33 |
+
# Playground with Ghost 8B Beta (Ξ², 128k, Online)
|
34 |
|
35 |
**Ghost 8B Beta** model outperforms prominent models such as Llama 3 8B Instruct, GPT 3.5 Turbo in the lc_winrate score. In addition, it also outperforms Claude 3 Opus, Claude 3 Sonnet, GPT-4, and Mistral Large when comparing the winrate score of AlpacaEval 2.0, [*](https://ghost-x.org/docs/models/ghost-8b-beta/). 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.
|
36 |
|