maywell commited on
Commit
eb325a7
Β·
1 Parent(s): 179f51c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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
  ---