sswoo123 commited on
Commit
d44a086
Β·
verified Β·
1 Parent(s): cd2ad38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -177
README.md CHANGED
@@ -2,198 +2,109 @@
2
  library_name: transformers
3
  tags: []
4
  ---
 
 
 
5
 
6
- # Model Card for Model ID
7
-
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
-
11
-
12
- ## Model Details
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a πŸ€— transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
-
36
- ## Uses
37
-
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
-
52
- ### Out-of-Scope Use
53
-
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Bias, Risks, and Limitations
59
-
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
-
64
- ### Recommendations
65
-
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
-
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
-
70
- ## How to Get Started with the Model
71
-
72
- Use the code below to get started with the model.
73
-
74
- [More Information Needed]
75
-
76
- ## Training Details
77
-
78
- ### Training Data
79
-
80
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Training Procedure
85
-
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
-
88
- #### Preprocessing [optional]
89
-
90
- [More Information Needed]
91
-
92
-
93
- #### Training Hyperparameters
94
-
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
-
97
- #### Speeds, Sizes, Times [optional]
98
-
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
-
101
- [More Information Needed]
102
-
103
- ## Evaluation
104
-
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
-
107
- ### Testing Data, Factors & Metrics
108
-
109
- #### Testing Data
110
-
111
- <!-- This should link to a Dataset Card if possible. -->
112
-
113
- [More Information Needed]
114
-
115
- #### Factors
116
-
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
-
119
- [More Information Needed]
120
-
121
- #### Metrics
122
-
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Results
128
-
129
- [More Information Needed]
130
-
131
- #### Summary
132
-
133
-
134
-
135
- ## Model Examination [optional]
136
-
137
- <!-- Relevant interpretability work for the model goes here -->
138
-
139
- [More Information Needed]
140
-
141
- ## Environmental Impact
142
-
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
-
145
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
-
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
-
153
- ## Technical Specifications [optional]
154
-
155
- ### Model Architecture and Objective
156
-
157
- [More Information Needed]
158
-
159
- ### Compute Infrastructure
160
-
161
- [More Information Needed]
162
-
163
- #### Hardware
164
-
165
- [More Information Needed]
166
 
167
- #### Software
 
168
 
169
- [More Information Needed]
 
170
 
171
- ## Citation [optional]
 
 
 
172
 
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
 
175
- **BibTeX:**
176
 
177
- [More Information Needed]
 
178
 
179
- **APA:**
180
 
181
- [More Information Needed]
 
182
 
183
- ## Glossary [optional]
184
 
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
 
 
 
 
 
 
 
186
 
187
- [More Information Needed]
188
 
189
- ## More Information [optional]
190
 
191
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
 
193
- ## Model Card Authors [optional]
194
 
195
- [More Information Needed]
 
 
 
 
 
 
 
 
 
196
 
197
- ## Model Card Contact
 
198
 
199
- [More Information Needed]
 
2
  library_name: transformers
3
  tags: []
4
  ---
5
+ ---
6
+ {}
7
+ ---
8
 
9
+ <p align="center">
10
+ <img src="./kormo.png" "style="width: 100%; max-width: 1100px;">
11
+ </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
+ ---
14
+ # 🦾 KORMo-10B
15
 
16
+ **KORMo-10B**λŠ” ν•œκ΅­μ–΄μ™€ μ˜μ–΄λ₯Ό λͺ¨λ‘ λ‹€λ£¨λŠ” **10.8B νŒŒλΌλ―Έν„° Fully Open LLM**μž…λ‹ˆλ‹€!
17
+ λͺ¨λΈ, ν•™μŠ΅ μ½”λ“œ, ν•™μŠ΅ λ°μ΄ν„°κΉŒμ§€ **λͺ¨λ‘ μ™„μ „ 곡개(Full Stack Open)** λ˜μ–΄ μžˆμ–΄ λˆ„οΏ½οΏ½λ‚˜ μž¬ν˜„ 및 ν™•μž₯이 κ°€λŠ₯ν•©λ‹ˆλ‹€!
18
 
19
+ - 🧠 **λͺ¨λΈ 크기**: 10.8B νŒŒλΌλ―Έν„°
20
+ - πŸ—£οΈ **μ–Έμ–΄**: ν•œκ΅­μ–΄ / μ˜μ–΄
21
+ - πŸͺ„ **ν•™μŠ΅ 데이터**: ν•©μ„± 데이터 + 곡개 데이터 μ‘°ν•©
22
+ - πŸ§ͺ **λΌμ΄μ„ μŠ€**: Apache 2.0 (상업적 μ‚¬μš© κ°€λŠ₯)
23
 
24
+ ---
25
 
26
+ ## πŸ”— Links
27
 
28
+ - πŸ€— **Hugging Face**: [πŸ‘‰ λͺ¨λΈ λ‹€μš΄λ‘œλ“œ]([https://](https://huggingface.co/KORMo-Team))
29
+ - πŸ’» **GitHub Repository**: [πŸ‘‰ ν•™μŠ΅ 및 μΆ”λ‘  μ½”λ“œ](https:/)
30
 
31
+ ---
32
 
33
+ ## πŸ†• μ—…λ°μ΄νŠΈ μ†Œμ‹
34
+ - πŸš€ **2025.10**: KORMo v1.0 정식 릴리슀!
35
 
36
+ ---
37
 
38
+ ## λͺ¨λΈ μ•„ν‚€ν…μ²˜
39
+ | ν•­λͺ© | λ‚΄μš© |
40
+ |:----|:----|
41
+ | Architecture | Transformer Decoder |
42
+ | Parameters | 10.8B |
43
+ | Context Length | 128K |
44
+ | Languages | Korean, English |
45
+ | License | Apache 2.0 |
46
 
 
47
 
48
+ ---
49
 
50
+ ## πŸ“ˆ 벀치마크 μ„±λŠ₯
51
+
52
+ ### πŸ“Š μ •λŸ‰ 평가 (Quantitative Evaluation)
53
+
54
+
55
+ | Benchmark | **KORMo-10B** | smolLM3-3B | olmo2-7B | olmo2-13B | kanana1.5-8B | qwen3-8B | llama3.1-8B | gemma3-4B | gemma3-12B |
56
+ |:-----------|---------------:|-----------:|---------:|---------:|------------:|--------:|-----------:|---------:|----------:|
57
+ | **πŸ‡ΊπŸ‡Έ English Benchmarks** |||||||||||
58
+ | arc_challenge | 58.96 | 55.55 | 59.13 | 61.01 | 56.48 | 63.82 | 54.61 | 53.58 | 63.82 |
59
+ | arc_easy | 85.48 | 83.21 | 85.06 | 86.57 | 82.74 | 87.50 | 84.01 | 82.83 | 87.37 |
60
+ | boolq | 83.46 | 82.17 | 84.50 | 86.48 | 84.53 | 87.71 | 81.87 | 80.70 | 86.61 |
61
+ | copa | 93.00 | 91.00 | 92.00 | 93.00 | 88.00 | 92.00 | 93.00 | 89.00 | 95.00 |
62
+ | gpqa_main | 30.13 | 26.79 | 26.34 | 29.24 | 29.24 | 30.13 | 23.44 | 30.13 | 35.71 |
63
+ | hellaswag | 60.25 | 56.78 | 61.52 | 65.02 | 59.93 | 59.54 | 60.96 | 57.56 | 63.67 |
64
+ | mmlu | 67.96 | 61.37 | 62.81 | 66.85 | 63.73 | 76.95 | 65.03 | 59.60 | 73.58 |
65
+ | mmlu_global | 63.44 | 57.52 | 59.88 | 63.99 | 60.21 | 75.05 | 61.30 | 57.23 | 70.23 |
66
+ | mmlu_pro | 40.18 | 34.94 | 27.29 | 32.50 | 34.93 | 56.58 | 36.23 | 27.79 | 37.07 |
67
+ | mmlu_redux | 69.00 | 62.95 | 63.53 | 68.37 | 65.88 | 78.19 | 65.86 | 60.86 | 75.25 |
68
+ | openbookqa | 39.00 | 36.40 | 39.00 | 39.60 | 36.80 | 39.20 | 39.00 | 37.00 | 40.20 |
69
+ | piqa | 81.12 | 78.45 | 80.79 | 82.64 | 80.30 | 79.05 | 80.90 | 79.49 | 82.59 |
70
+ | social_iqa | 52.81 | 50.72 | 55.89 | 57.57 | 57.01 | 56.96 | 53.12 | 51.84 | 56.45 |
71
+ | winogrande | 74.03 | 73.32 | 77.03 | 81.69 | 73.32 | 77.03 | 77.74 | 72.93 | 80.51 |
72
+ | **English Avg.** | **64.20** | 60.80 | 62.48 | 65.32 | 62.36 | 68.55 | 62.65 | 60.04 | 67.72 |
73
+ | **πŸ‡°πŸ‡· Korean Benchmarks** |||||||||||
74
+ | click | 55.29 | 46.97 | 37.79 | 41.80 | 62.76 | 60.70 | 49.22 | 49.62 | 62.21 |
75
+ | csatqa | 38.00 | 26.67 | 19.33 | 24.67 | 44.67 | 52.00 | 28.67 | 28.67 | 31.33 |
76
+ | haerae | 68.29 | 55.82 | 31.62 | 37.58 | 80.75 | 67.19 | 53.25 | 60.68 | 74.34 |
77
+ | k2_eval | 84.89 | 75.23 | 49.54 | 63.43 | 84.72 | 84.72 | 76.62 | 76.39 | 85.42 |
78
+ | kobest | 75.05 | 69.13 | 57.27 | 59.02 | 81.93 | 80.05 | 70.55 | 69.33 | 77.70 |
79
+ | kobalt | 22.86 | 15.86 | 11.43 | 13.14 | 26.29 | 26.57 | 17.43 | 15.57 | 23.86 |
80
+ | kmmlu | 46.48 | 38.52 | 33.05 | 31.24 | 48.86 | 56.93 | 40.75 | 39.84 | 51.60 |
81
+ | mmlu_global (ko) | 55.16 | 44.15 | 34.00 | 36.95 | 52.65 | 61.95 | 46.34 | 46.33 | 59.68 |
82
+ | kr_clinical_qa | 77.32 | 53.97 | 48.33 | 46.22 | 65.84 | 80.00 | 63.54 | 60.00 | 77.22 |
83
+ | **Korean Avg.** | **58.15** | 47.37 | 35.82 | 39.34 | 60.94 | 63.35 | 49.60 | 49.60 | 60.37 |
84
+
85
+ ## πŸ“ μ •μ„± 평가 (LLM-as-a-Judge)
86
+
87
+ | Benchmark | KORMo-10B | smolLM3-3B | olmo2-7B | olmo2-13B | kanana1.5-8B | qwen3-8B | llama3.1-8B | exaone3.5-8B* | gemma3-12B |
88
+ |:----------|---------:|----------:|---------:|---------:|------------:|--------:|------------:|-------------:|-----------:|
89
+ | MT-Bench (EN) | 8.32 | 7.15 | 7.32 | 7.64 | 8.45 | 8.70 | 6.32 | 8.15 | 8.70 |
90
+ | KO-MT-Bench (KO) | 8.54 | - | - | - | 8.02 | 8.16 | 4.27 | 8.13 | 8.51 |
91
+ | LogicKor (KO) | 8.96 | - | - | - | 8.94 | 8.63 | 6.45 | 9.20 | 8.46 |
92
+ | **Average** | **8.61** | - | - | - | **8.47** | **8.50** | **5.68** | **8.49** | **8.56** |
93
 
94
+ ---
95
 
96
+ ## πŸ“ 인용 (Citation)
97
+ ```bibtex
98
+ @misc{kormo2025,
99
+ title = {KORMo-10B: Fully Open Bilingual Korean-English Large Language Model Trained on Synthetic Data},
100
+ author = {KORMo Research Team},
101
+ year = {2025},
102
+ url = {https://huggingface.co/kormo-lm},
103
+ }
104
+ ```
105
+ ---
106
 
107
+ ## Contact
108
+ - μž„κ²½νƒœ(KyungTae Lim), Professor at Seoultech. `[email protected]`
109
 
110
+ ## Contributor