BlenderBot2 ValueError: invalid server in colab #3896
-
Hello, when I try to follow tutorial ParlAI colab, it works fine until I use blender bot 2. (It works fine with blender bot 1, at least for chatting, which I have checked so far). The following error is encountered whenever I try running blenderbot2. ERRORSuccessfully installed huggingface-hub-0.0.12 sacremoses-0.0.45 transformers-4.9.1 Downloading encoder.json: 0.00B [00:01, ?B/s] Downloading: 100% Downloading: 100% Downloading: 100%
ValueError Traceback (most recent call last) 16 frames ValueError: Must provide a valid server for search Code!pip install -q parlai Interactive.main( one extra questionWhat is the 950M thing that gets downloaded with the model? Model is 2.42GB. That thing that says "bart_rag_token/model.tgz" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Blenderbot 2 needs to connect to a search server for accessing web. |
Beta Was this translation helpful? Give feedback.
-
Another question. In https://parl.ai/projects/blenderbot2/ blog it says that it can pull information from internet. But it did not know who was current president of USA and said it was trump. |
Beta Was this translation helpful? Give feedback.
Blenderbot 2 needs to connect to a search server for accessing web.
Do you have a running search server? And if you do, do you pass its correct address to the model?