Update README.md
Browse files
README.md
CHANGED
@@ -141,6 +141,7 @@ Llama-3-Tokenizer를 한국어 특화하기 위해 한국어 토큰 17,536개를
|
|
141 |
</table>
|
142 |
|
143 |
#### Tokenizer Result
|
|
|
144 |
<table>
|
145 |
<tr>
|
146 |
<td><strong>입력</strong>
|
@@ -192,6 +193,34 @@ Llama-3-Tokenizer를 한국어 특화하기 위해 한국어 토큰 17,536개를
|
|
192 |
</tr>
|
193 |
</table>
|
194 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
### Citation instructions
|
196 |
**Llama-3-Luxia-Ko**
|
197 |
```
|
|
|
141 |
</table>
|
142 |
|
143 |
#### Tokenizer Result
|
144 |
+
+ Ko
|
145 |
<table>
|
146 |
<tr>
|
147 |
<td><strong>입력</strong>
|
|
|
193 |
</tr>
|
194 |
</table>
|
195 |
|
196 |
+
+ En
|
197 |
+
<table>
|
198 |
+
<tr>
|
199 |
+
<td><strong>입력</strong>
|
200 |
+
</td>
|
201 |
+
<td><strong>Llama-3</strong>
|
202 |
+
</td>
|
203 |
+
<td><strong>Llama-3-Luxia-Ko</strong>
|
204 |
+
</td>
|
205 |
+
</tr>
|
206 |
+
<tr>
|
207 |
+
<td>Korean cuisine, hanguk yori, or hansik, has evolved through centuries of social and political change.
|
208 |
+
</td>
|
209 |
+
<td>['K', 'orean', ' cuisine', ',', ' h', 'angu', 'k', ' y', 'ori', ',', ' or', ' hans', 'ik', ',', ' has', ' evolved', ' through', ' centuries', ' of', ' social', ' and', ' political', ' change', '.']
|
210 |
+
</td>
|
211 |
+
<td>['K', 'orean', ' cuisine', ',', ' h', 'angu', 'k', ' y', 'ori', ',', ' or', ' hans', 'ik', ',', ' has', ' evolved', ' through', ' centuries', ' of', ' social', ' and', ' political', ' change', '.']
|
212 |
+
</td>
|
213 |
+
</tr>
|
214 |
+
<tr>
|
215 |
+
<td>Son Heung-min is a South Korean professional footballer who plays as a forward for and captains both Premier League club Tottenham Hotspur and the South Korea national team.
|
216 |
+
</td>
|
217 |
+
<td>['Son', ' He', 'ung', '-min', ' is', ' a', ' South', ' Korean', ' professional', ' football', 'er', ' who', ' plays', ' as', ' a', ' forward', ' for', ' and', ' captains', ' both', ' Premier', ' League', ' club', ' Tottenham', ' Hot', 'sp', 'ur', ' and', ' the', ' South', ' Korea', ' national', ' team', '.']
|
218 |
+
</td>
|
219 |
+
<td>['Son', ' He', 'ung', '-min', ' is', ' a', ' South', ' Korean', ' professional', ' football', 'er', ' who', ' plays', ' as', ' a', ' forward', ' for', ' and', ' captains', ' both', ' Premier', ' League', ' club', ' Tottenham', ' Hot', 'sp', 'ur', ' and', ' the', ' South', ' Korea', ' national', ' team', '.']
|
220 |
+
</td>
|
221 |
+
</tr>
|
222 |
+
</table>
|
223 |
+
|
224 |
### Citation instructions
|
225 |
**Llama-3-Luxia-Ko**
|
226 |
```
|