chore: update something
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ bootstrap();
|
|
84 |
DESCRIPTION = """\
|
85 |
# Ghost 8B Beta Coder (by Etherll)
|
86 |
|
87 |
-
**Ghost 8B Beta Coder (by Etherll)** This version highlights the model's strengths in coding and problem-solving, while keeping the original performance comparisons intact. This version was built to support my friend [Etherll](https://huggingface.co/Etherll) in bringing the model to everyone to experience
|
88 |
|
89 |
Supported languages: ๐ฌ๐ง English, ๐ป๐ณ Vietnamese, ๐ฐ๐ท Korean, ๐ช๐ธ Spanish, ๐ต๐น Portuguese, ๐จ๐ณ Chinese, ๐ซ๐ท French, ๐ฎ๐น Italian, ๐ฉ๐ช German, ๐ฏ๐ต Japanese, ๐ท๐บ Russian, ๐ต๐ฑ Polish, ๐ณ๐ฑ Dutch, ๐ฎ๐ณ Hindi, ๐น๐ท Turkish, ๐ฎ๐ฉ Indonesian.
|
90 |
|
@@ -103,7 +103,7 @@ LICENSE = """
|
|
103 |
<p/>
|
104 |
|
105 |
---
|
106 |
-
Ghost 8B Beta Coder (by Etherll) may give inaccurate information, including information about people, so please verify Ghost 8B Beta's answers.
|
107 |
"""
|
108 |
|
109 |
if not torch.cuda.is_available():
|
@@ -747,7 +747,7 @@ def handle_file_extraction(files: list[str], uuid: str):
|
|
747 |
chatbot = gr.Chatbot(
|
748 |
height=500,
|
749 |
placeholder=PLACEHOLDER,
|
750 |
-
label="Ghost 8B Beta (
|
751 |
show_copy_button=True,
|
752 |
)
|
753 |
|
|
|
84 |
DESCRIPTION = """\
|
85 |
# Ghost 8B Beta Coder (by Etherll)
|
86 |
|
87 |
+
**Ghost 8B Beta Coder (by Etherll)** This version highlights the model's strengths in coding and problem-solving, while keeping the original performance comparisons intact. This version was built to support my friend [Etherll](https://huggingface.co/Etherll) in bringing the model to everyone to experience, a fine tuned from [Ghost 8B Beta](https://huggingface.co/ghost-x/ghost-8b-beta-1608).
|
88 |
|
89 |
Supported languages: ๐ฌ๐ง English, ๐ป๐ณ Vietnamese, ๐ฐ๐ท Korean, ๐ช๐ธ Spanish, ๐ต๐น Portuguese, ๐จ๐ณ Chinese, ๐ซ๐ท French, ๐ฎ๐น Italian, ๐ฉ๐ช German, ๐ฏ๐ต Japanese, ๐ท๐บ Russian, ๐ต๐ฑ Polish, ๐ณ๐ฑ Dutch, ๐ฎ๐ณ Hindi, ๐น๐ท Turkish, ๐ฎ๐ฉ Indonesian.
|
90 |
|
|
|
103 |
<p/>
|
104 |
|
105 |
---
|
106 |
+
Ghost 8B Beta Coder (by Etherll) may give inaccurate information, including information about people, so please verify Ghost 8B Beta Coder's answers.
|
107 |
"""
|
108 |
|
109 |
if not torch.cuda.is_available():
|
|
|
747 |
chatbot = gr.Chatbot(
|
748 |
height=500,
|
749 |
placeholder=PLACEHOLDER,
|
750 |
+
label="Ghost 8B Beta Coder (by Etherll)",
|
751 |
show_copy_button=True,
|
752 |
)
|
753 |
|