Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,12 +18,9 @@ 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 [Mixtral-8x7B](https://huggingface.co/mistralai/
|
22 |
-
|
23 |
-
[
|
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 |
|
|
|
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/Mixtral-8x7B-v0.1),
|
22 |
+
specifically intended for Traditional Chinese use. [Breexe-8x7B-Instruct](https://huggingface.co/MediaTek-Research/Breexe-8x7B-Instruct-v0_1) demonstrates impressive performance in benchmarks for Traditional Chinese and English, on par with OpenAI's gpt3.5.
|
23 |
+
[See [Chat Model Performance](#chat-model-performance).]
|
|
|
|
|
|
|
24 |
|
25 |
The current release version of Breexe-8x7B is v0.1.
|
26 |
|