YC-Chen commited on
Commit
fe8f15a
·
verified ·
1 Parent(s): a290acd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.2
3
+ language:
4
+ - en
5
+ - zh
6
+ ---
7
+
8
+ # Breeze2-3B-Instruct-v0_1
9
+
10
+ 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.
11
+
12
+ 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.
13
+ 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.
14
+
15
+ *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 (許大山).*
16
+
17
+ ## Feature: Instruction Following
18
+
19
+ ## Feature: Visual Instruction Following
20
+
21
+ ## Feature: Function Calling
22
+
23
+ ## Citation
24
+
25
+ ```
26
+ @article{breexe8x7b2024,
27
+ title={},
28
+ author={},
29
+ journal={arXiv},
30
+ year={2024}
31
+ }
32
+ ```