Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,19 @@ base_model:
|
|
12 |
<img src="https://github.com/teddysum/bllossom/blob/main//bllossom_icon.png?raw=true" width="40%" height="50%">
|
13 |
</a>
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
# Bllossom | [Demo]() | [Homepage](https://www.bllossom.ai/) | [Github](https://github.com/MLP-Lab/Bllossom) |
|
16 |
|
17 |
<!-- [GPU์ฉ Colab ์ฝ๋์์ ](https://colab.research.google.com/drive/1fBOzUVZ6NRKk_ugeoTbAOokWKqSN47IG?usp=sharing) | -->
|
@@ -68,13 +81,10 @@ The Bllossom language model is a Korean-English bilingual language model based o
|
|
68 |
|
69 |
|
70 |
|
71 |
-
|
|
|
72 |
* [2024.05.08] Vocab Expansion Model Update
|
73 |
* [2024.04.25] We released Bllossom v2.0, based on llama-3
|
74 |
-
* [2023/12] We released Bllossom-Vision v1.0, based on Bllossom
|
75 |
-
* [2023/08] We released Bllossom v1.0, based on llama-2.
|
76 |
-
* [2023/07] We released Bllossom v0.7, based on polyglot-ko.
|
77 |
-
|
78 |
|
79 |
## Example code
|
80 |
|
|
|
12 |
<img src="https://github.com/teddysum/bllossom/blob/main//bllossom_icon.png?raw=true" width="40%" height="50%">
|
13 |
</a>
|
14 |
|
15 |
+
|
16 |
+
|
17 |
+
# Update!
|
18 |
+
* [2024.06.18] ์ฌ์ ํ์ต๋์ **250GB**๊น์ง ๋๋ฆฐ Bllossom ELO๋ชจ๋ธ๋ก ์
๋ฐ์ดํธ ๋์์ต๋๋ค. ๋ค๋ง ๋จ์ดํ์ฅ์ ํ์ง ์์์ต๋๋ค. ๊ธฐ์กด ๋จ์ดํ์ฅ๋ long-context ๋ชจ๋ธ์ ํ์ฉํ๊ณ ์ถ์ผ์ ๋ถ์ ๊ฐ์ธ์ฐ๋ฝ์ฃผ์ธ์!
|
19 |
+
* [2024.06.18] Bllossom ELO ๋ชจ๋ธ์ ์์ฒด ๊ฐ๋ฐํ ELO์ฌ์ ํ์ต ๊ธฐ๋ฐ์ผ๋ก ์๋ก์ด ํ์ต๋ ๋ชจ๋ธ์
๋๋ค. [LogicKor](https://github.com/StableFluffy/LogicKor) ๋ฒค์น๋งํฌ ๊ฒฐ๊ณผ ํ์กดํ๋ ํ๊ตญ์ด 10B์ดํ ๋ชจ๋ธ์ค SOTA์ ์๋ฅผ ๋ฐ์์ต๋๋ค.
|
20 |
+
|
21 |
+
LogicKor ์ฑ๋ฅํ :
|
22 |
+
| Model | Math | Reasoning | Writing | Coding | Understanding | Grammar | Single ALL | Multi ALL | Overall |
|
23 |
+
|:---------:|:-----:|:------:|:-----:|:-----:|:----:|:-----:|:-----:|:-----:|:----:|
|
24 |
+
| llama-3-Korean-Bllossom-8B | 5.43 | 8.29 | 9.0 | 4.43 | 7.57 | 6.86 | 6.93 | 6.93 | 6.93 |
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
# Bllossom | [Demo]() | [Homepage](https://www.bllossom.ai/) | [Github](https://github.com/MLP-Lab/Bllossom) |
|
29 |
|
30 |
<!-- [GPU์ฉ Colab ์ฝ๋์์ ](https://colab.research.google.com/drive/1fBOzUVZ6NRKk_ugeoTbAOokWKqSN47IG?usp=sharing) | -->
|
|
|
81 |
|
82 |
|
83 |
|
84 |
+
# NEWS
|
85 |
+
* [2024.06.18] We have reverted to the non-vocab-expansion model. However, we have significantly increased the amount of pre-training data to 250GB.
|
86 |
* [2024.05.08] Vocab Expansion Model Update
|
87 |
* [2024.04.25] We released Bllossom v2.0, based on llama-3
|
|
|
|
|
|
|
|
|
88 |
|
89 |
## Example code
|
90 |
|