Nit typo in dummy_agent_library.ipynb (#8)
Browse files- Nit typo in dummy_agent_library.ipynb (2156734b2de26e5ce38157efc20be3b2ed1b6153)
Co-authored-by: Leo Ochoa <[email protected]>
dummy_agent_library.ipynb
CHANGED
@@ -139,7 +139,7 @@
|
|
139 |
}
|
140 |
],
|
141 |
"source": [
|
142 |
-
"# If we now add the special tokens related to Llama3.2 model, the behaviour changes and is now the expected
|
143 |
"prompt=\"\"\"<|begin_of_text|><|start_header_id|>user<|end_header_id|>\n",
|
144 |
"\n",
|
145 |
"The capital of france is<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
|
|
139 |
}
|
140 |
],
|
141 |
"source": [
|
142 |
+
"# If we now add the special tokens related to Llama3.2 model, the behaviour changes and is now the expected one.\n",
|
143 |
"prompt=\"\"\"<|begin_of_text|><|start_header_id|>user<|end_header_id|>\n",
|
144 |
"\n",
|
145 |
"The capital of france is<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|