JotaDeRodriguez commited on
Commit
aa05b59
·
verified ·
1 Parent(s): bc73053

Update dummy_agent_library.ipynb

Browse files

Replaced the Llama 3B parameter model for an 11B one. Old one totally hallucinated a response (reported on Discord) and the new one worked for me.

Files changed (1) hide show
  1. dummy_agent_library.ipynb +1 -1
dummy_agent_library.ipynb CHANGED
@@ -60,7 +60,7 @@
60
  "\n",
61
  "# os.environ[\"HF_TOKEN\"]=\"hf_xxxxxxxxxxx\"\n",
62
  "\n",
63
- "client = InferenceClient(\"meta-llama/Llama-3.2-3B-Instruct\")\n"
64
  ]
65
  },
66
  {
 
60
  "\n",
61
  "# os.environ[\"HF_TOKEN\"]=\"hf_xxxxxxxxxxx\"\n",
62
  "\n",
63
+ "client = InferenceClient("meta-llama/Llama-3.2-11B-Vision-Instruct")\n"
64
  ]
65
  },
66
  {