Update Vocab Expansion model
Browse filesUpdate Vocab Expansion llama-3-Korean-Bllossom-8B
README.md
CHANGED
@@ -14,6 +14,9 @@ base_model:
|
|
14 |
|
15 |
# Bllossom | [Demo]() | [Homepage](https://www.bllossom.ai/) | [Github](https://github.com/MLP-Lab/Bllossom) | [Colab-tutorial](https://colab.research.google.com/drive/1fBOzUVZ6NRKk_ugeoTbAOokWKqSN47IG?usp=sharing) |
|
16 |
|
|
|
|
|
|
|
17 |
The Bllossom language model is a Korean-English bilingual language model based on the open-source LLama3. It enhances the connection of knowledge between Korean and English. It has the following features:
|
18 |
|
19 |
* **Knowledge Linking**: Linking Korean and English knowledge through additional training
|
@@ -95,7 +98,8 @@ pipeline = transformers.pipeline(
|
|
95 |
|
96 |
pipeline.model.eval()
|
97 |
|
98 |
-
PROMPT = '''λΉμ μ μ μ©ν AI μ΄μμ€ν΄νΈμ
λλ€. μ¬μ©μμ μ§μμ λν΄ μΉμ νκ³ μ ννκ² λ΅λ³ν΄μΌ ν©λλ€.
|
|
|
99 |
instruction = "μμΈκ³ΌνκΈ°μ λνκ΅ MLPμ°κ΅¬μ€μ λν΄ μκ°ν΄μ€"
|
100 |
|
101 |
messages = [
|
@@ -147,7 +151,8 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
147 |
|
148 |
model.eval()
|
149 |
|
150 |
-
PROMPT = '''λΉμ μ μ μ©ν AI μ΄μμ€ν΄νΈμ
λλ€. μ¬μ©μμ μ§μμ λν΄ μΉμ νκ³ μ ννκ² λ΅λ³ν΄μΌ ν©λλ€.
|
|
|
151 |
instruction = "μμΈκ³ΌνκΈ°μ λνκ΅ MLPμ°κ΅¬μ€μ λν΄ μκ°ν΄μ€"
|
152 |
|
153 |
messages = [
|
|
|
14 |
|
15 |
# Bllossom | [Demo]() | [Homepage](https://www.bllossom.ai/) | [Github](https://github.com/MLP-Lab/Bllossom) | [Colab-tutorial](https://colab.research.google.com/drive/1fBOzUVZ6NRKk_ugeoTbAOokWKqSN47IG?usp=sharing) |
|
16 |
|
17 |
+
[Latest Update]
|
18 |
+
- 2024.05.08 Vocab Expansion model update
|
19 |
+
|
20 |
The Bllossom language model is a Korean-English bilingual language model based on the open-source LLama3. It enhances the connection of knowledge between Korean and English. It has the following features:
|
21 |
|
22 |
* **Knowledge Linking**: Linking Korean and English knowledge through additional training
|
|
|
98 |
|
99 |
pipeline.model.eval()
|
100 |
|
101 |
+
PROMPT = '''λΉμ μ μ μ©ν AI μ΄μμ€ν΄νΈμ
λλ€. μ¬μ©μμ μ§μμ λν΄ μΉμ νκ³ μ ννκ² λ΅λ³ν΄μΌ ν©λλ€.
|
102 |
+
You are a helpful AI assistant, you'll need to answer users' queries in a friendly and accurate manner.'''
|
103 |
instruction = "μμΈκ³ΌνκΈ°μ λνκ΅ MLPμ°κ΅¬μ€μ λν΄ μκ°ν΄μ€"
|
104 |
|
105 |
messages = [
|
|
|
151 |
|
152 |
model.eval()
|
153 |
|
154 |
+
PROMPT = '''λΉμ μ μ μ©ν AI μ΄μμ€ν΄νΈμ
λλ€. μ¬μ©μμ μ§μμ λν΄ μΉμ νκ³ μ ννκ² λ΅λ³ν΄μΌ ν©λλ€.
|
155 |
+
You are a helpful AI assistant, you'll need to answer users' queries in a friendly and accurate manner.'''
|
156 |
instruction = "μμΈκ³ΌνκΈ°μ λνκ΅ MLPμ°κ΅¬μ€μ λν΄ μκ°ν΄μ€"
|
157 |
|
158 |
messages = [
|