YC-Chen commited on
Commit
00dfc04
·
verified ·
1 Parent(s): fcdaa9b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.2
3
+ language:
4
+ - en
5
+ - zh
6
+ ---
7
+
8
+ # Breeze2-3B-Instruct-v0_1
9
+
10
+ 【Paper】◇【Demo】◇【[Collection](https://huggingface.co/collections/MediaTek-Research/breeze-2-67863158443a06a72dd29900)】
11
+
12
+ **The Breeze 2 Herd of Models: Traditional Chinese LLMs Based on LLaMA with Vision-Aware and Function-Calling Capabilities**
13
+
14
+ Breeze 2 is a suite of advanced multi-modal language models, available in 3B and 8B parameter configurations, specifically designed to enhance Traditional Chinese language representation.
15
+ Building upon the [LLaMA 3.2](https://ai.meta.com/blog/llama-3-2-connect-2024-vision-edge-mobile-devices/), Breeze 2 continues pretraining on an extensive corpus to enhance the linguistic and cultural heritage of Traditional Chinese.
16
+ It incorporates vision-aware capabilities through a visual encoder and a bridge module, and supports function-calling via prompt templates and post-training on function-calling data.
17
+
18
+ *We list all contributors in alphabetical order of their first names, as follows: Chan-Jan Hsu (許湛然), Chia-Sheng Liu (劉佳昇), Meng-Hsi Chen (陳孟羲), Muxi Chen (陳沐希), Po-Chun Hsu (許博竣), Yi-Chang Chen (陳宜昌), and the supervisor Da-Shan Shiu (許大山).*
19
+
20
+ ## Feature: Instruction Following
21
+
22
+ ## Feature: Visual Instruction Following
23
+
24
+ ## Feature: Function Calling
25
+
26
+ ## Citation
27
+
28
+ ```
29
+ @article{breeze2,
30
+ title={The Breeze 2 Herd of Models: Traditional Chinese LLMs Based on LLaMA with Vision-Aware and Function-Calling Capabilities},
31
+ author={Breeze Team, MediaTek Research},
32
+ journal={arXiv},
33
+ year={2025}
34
+ }
35
+ ```