Modif explanation (#104)
Browse files- Modif explanation (6dc6cff55a3d5e8504055e668c712dced452a26a)
Co-authored-by: jonoilar <[email protected]>
unit1/dummy_agent_library.ipynb
CHANGED
@@ -142,7 +142,7 @@
|
|
142 |
}
|
143 |
],
|
144 |
"source": [
|
145 |
-
"# If we now add the special tokens related to Llama3.
|
146 |
"prompt=\"\"\"<|begin_of_text|><|start_header_id|>user<|end_header_id|>\n",
|
147 |
"\n",
|
148 |
"The capital of france is<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|
|
|
142 |
}
|
143 |
],
|
144 |
"source": [
|
145 |
+
"# If we now add the special tokens related to Llama3.3 model, the behaviour changes and is now the expected one.\n",
|
146 |
"prompt=\"\"\"<|begin_of_text|><|start_header_id|>user<|end_header_id|>\n",
|
147 |
"\n",
|
148 |
"The capital of france is<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
|