Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ text = "<s>[INST] μμ΄μ λ΄ν΄μ μ
μ μ μλ €μ€. [/INST] "
|
|
47 |
| **Synatra-V0.1-7B** | **0.960** | **2.821** | **2.755** | **2.356** | **0.934** | **4.065**
|
48 |
|
49 |
|
50 |
-
# Implementation Code
|
51 |
|
52 |
Since, chat_template already contains insturction format above.
|
53 |
You can use the code below.
|
@@ -74,6 +74,11 @@ decoded = tokenizer.batch_decode(generated_ids)
|
|
74 |
print(decoded[0])
|
75 |
```
|
76 |
|
|
|
|
|
|
|
|
|
|
|
77 |
> Readme format: [beomi/llama-2-ko-7b](https://huggingface.co/beomi/llama-2-ko-7b)
|
78 |
|
79 |
---
|
|
|
47 |
| **Synatra-V0.1-7B** | **0.960** | **2.821** | **2.755** | **2.356** | **0.934** | **4.065**
|
48 |
|
49 |
|
50 |
+
# **Implementation Code**
|
51 |
|
52 |
Since, chat_template already contains insturction format above.
|
53 |
You can use the code below.
|
|
|
74 |
print(decoded[0])
|
75 |
```
|
76 |
|
77 |
+
If you run it on oobabooga your prompt would look like this. - ** Need to add Space at the end! **
|
78 |
+
```
|
79 |
+
[INST] λ§μ»¨μ λν΄μ μλ €μ€. [\INST]
|
80 |
+
```
|
81 |
+
|
82 |
> Readme format: [beomi/llama-2-ko-7b](https://huggingface.co/beomi/llama-2-ko-7b)
|
83 |
|
84 |
---
|