Update README.md
Browse files
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 |
|