YC-Chen commited on
Commit
f05fb30
·
verified ·
1 Parent(s): 380b506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
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/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
 
 
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