Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- ko
|
|
|
4 |
license: apache-2.0
|
5 |
library_name: transformers
|
6 |
---
|
@@ -16,4 +17,4 @@ CJK layer added instruction tunning of meta-llama/Meta-Llama-3-8B-Instruct
|
|
16 |
|
17 |
#### Chat template
|
18 |
|
19 |
-
tokenizer.apply_chat_template(chat, tokenize=False)
|
|
|
1 |
---
|
2 |
language:
|
3 |
- ko
|
4 |
+
- ja
|
5 |
license: apache-2.0
|
6 |
library_name: transformers
|
7 |
---
|
|
|
17 |
|
18 |
#### Chat template
|
19 |
|
20 |
+
tokenizer.apply_chat_template(chat, tokenize=False)
|