Jsoo commited on
Commit
33a64f6
ยท
verified ยท
1 Parent(s): 83e8a7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -31,6 +31,7 @@ With the new Llama-3 tokenizer, the pretraining conducted with 17.7B+ tokens, wh
31
 
32
  **Sample usage**
33
 
 
34
  from transformers import pipeline
35
  import torch
36
 
@@ -83,6 +84,7 @@ With the new Llama-3 tokenizer, the pretraining conducted with 17.7B+ tokens, wh
83
  question = "์–ด๋–ค ์žฅ์†Œ์˜ ๋Œ€๊ธฐ์˜ค์—ผ์„ ๋ฐฉ์ง€ํ•˜๊ธฐ ์œ„ํ•œ ์ •์ฑ…์˜ ๋ฒ•์  ๊ทผ๊ฑฐ๊ฐ€ ํŠน๋ณ„๋ฒ•์˜ ์ œ์ •์œผ๋กœ ์ค€๋น„๋˜์—ˆ์ง€"
84
  response = extract_response_llama3(question)
85
  print(response)
 
86
 
87
  **Sample Output**
88
 
 
31
 
32
  **Sample usage**
33
 
34
+ ```
35
  from transformers import pipeline
36
  import torch
37
 
 
84
  question = "์–ด๋–ค ์žฅ์†Œ์˜ ๋Œ€๊ธฐ์˜ค์—ผ์„ ๋ฐฉ์ง€ํ•˜๊ธฐ ์œ„ํ•œ ์ •์ฑ…์˜ ๋ฒ•์  ๊ทผ๊ฑฐ๊ฐ€ ํŠน๋ณ„๋ฒ•์˜ ์ œ์ •์œผ๋กœ ์ค€๋น„๋˜์—ˆ์ง€"
85
  response = extract_response_llama3(question)
86
  print(response)
87
+ ```
88
 
89
  **Sample Output**
90