jonoilar commited on
Commit
6dc6cff
·
verified ·
1 Parent(s): 6add786

Modif explanation

Browse files

We use the meta-llama/Llama-3.3-70B-Instruct model throughout the course, but it was mistakenly stating `Llama3.2` in the python comment

Files changed (1) hide show
  1. unit1/dummy_agent_library.ipynb +1 -1
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.2 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",
 
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",