Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,7 @@ msg = [
|
|
36 |
]
|
37 |
|
38 |
prompt = pipe.tokenizer.apply_chat_template(msg, tokenize=False, add_generation_prompt=True)
|
|
|
39 |
---
|
40 |
|
41 |
|
@@ -81,5 +82,6 @@ prompt = pipe.tokenizer.apply_chat_template(msg, tokenize=False, add_generation_
|
|
81 |
|
82 |
---
|
83 | |
|
|
84 |
---
|
85 |
|
|
|
36 |
]
|
37 |
|
38 |
prompt = pipe.tokenizer.apply_chat_template(msg, tokenize=False, add_generation_prompt=True)
|
39 |
+
|
40 |
---
|
41 |
|
42 |
|
|
|
82 |
|
83 |
---
|
84 | |
85 |
+
|
86 |
---
|
87 |
|