sugumaran commited on
Commit
686ff87
·
verified ·
1 Parent(s): bc73053

Update dummy_agent_library.ipynb

Browse files

Typo in comment line (changed 'oen' to 'one')

Files changed (1) hide show
  1. dummy_agent_library.ipynb +1 -1
dummy_agent_library.ipynb CHANGED
@@ -137,7 +137,7 @@
137
  }
138
  ],
139
  "source": [
140
- "# If we now add the special tokens related to Llama3.2 model, the behaviour changes and is now the expected oen.\n",
141
  "prompt=\"\"\"<|begin_of_text|><|start_header_id|>user<|end_header_id|>\n",
142
  "\n",
143
  "The capital of france is<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",
 
137
  }
138
  ],
139
  "source": [
140
+ "# If we now add the special tokens related to Llama3.2 model, the behaviour changes and is now the expected one.\n",
141
  "prompt=\"\"\"<|begin_of_text|><|start_header_id|>user<|end_header_id|>\n",
142
  "\n",
143
  "The capital of france is<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n",