Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,21 +18,18 @@ print("Your Computer IP Address is:" + IPAddr)
|
|
18 |
DESCRIPTION = """
|
19 |
# Demo: Breexe-8x7B-Instruct-v0.1
|
20 |
|
21 |
-
Breexe-8x7B is a language model family that builds on top of [
|
22 |
|
23 |
[Breexe-8x7B-Base](https://huggingface.co/MediaTek-Research/Breexe-8x7B-Base-v0.1) is the base model for the Breexe-8x7B series.
|
24 |
It is suitable for use if you have substantial fine-tuning data to tune it for your specific use case.
|
25 |
|
26 |
[Breexe-8x7B-Instruct](https://huggingface.co/MediaTek-Research/Breexe-8x7B-Instruct-v0.1) derives from the base model Breexe-8x7B-Base, making the resulting model amenable to be used as-is for commonly seen tasks.
|
27 |
|
28 |
-
[Breexe-8x7B-Instruct-64k](https://huggingface.co/MediaTek-Research/Breexe-8x7B-Instruct-64k-v0.1) is a slightly modified version of
|
29 |
-
Breexe-8x7B-Instruct to enable a 64k-token context length. Roughly speaking, that is equivalent to 88k Traditional Chinese characters.
|
30 |
-
|
31 |
The current release version of Breexe-8x7B is v0.1.
|
32 |
|
33 |
*A project by the members (in alphabetical order): Chan-Jan Hsu 許湛然, Chang-Le Liu 劉昶樂, Feng-Ting Liao 廖峰挺, Po-Chun Hsu 許博竣, Yi-Chang Chen 陳宜昌, and the supervisor Da-Shan Shiu 許大山.*
|
34 |
|
35 |
-
**免責聲明: Breexe-8x7B-Instruct
|
36 |
"""
|
37 |
|
38 |
LICENSE = """
|
|
|
18 |
DESCRIPTION = """
|
19 |
# Demo: Breexe-8x7B-Instruct-v0.1
|
20 |
|
21 |
+
Breexe-8x7B is a language model family that builds on top of [Mixtral-8x7B](https://huggingface.co/mistralai/Mistral-7B-v0.1), specifically intended for Traditional Chinese use.
|
22 |
|
23 |
[Breexe-8x7B-Base](https://huggingface.co/MediaTek-Research/Breexe-8x7B-Base-v0.1) is the base model for the Breexe-8x7B series.
|
24 |
It is suitable for use if you have substantial fine-tuning data to tune it for your specific use case.
|
25 |
|
26 |
[Breexe-8x7B-Instruct](https://huggingface.co/MediaTek-Research/Breexe-8x7B-Instruct-v0.1) derives from the base model Breexe-8x7B-Base, making the resulting model amenable to be used as-is for commonly seen tasks.
|
27 |
|
|
|
|
|
|
|
28 |
The current release version of Breexe-8x7B is v0.1.
|
29 |
|
30 |
*A project by the members (in alphabetical order): Chan-Jan Hsu 許湛然, Chang-Le Liu 劉昶樂, Feng-Ting Liao 廖峰挺, Po-Chun Hsu 許博竣, Yi-Chang Chen 陳宜昌, and the supervisor Da-Shan Shiu 許大山.*
|
31 |
|
32 |
+
**免責聲明: Breexe-8x7B-Instruct 並未針對問答進行安全保護,因此語言模型的任何回應不代表 MediaTek Research 立場。**
|
33 |
"""
|
34 |
|
35 |
LICENSE = """
|