With VMs I have a couple of BBs working but

People,

Using ParlAI I have been able to get some BBs goiing inc a BB2 but they crash quickly so I thought I would just try Python scripts with a loop and have successfully had:

facebook/blenderbot-400M-distill
facebook/blenderbot-3B

working with no crashes but when I try:

Langame/blenderbot2-400M

I get:

Traceback (most recent call last):
  File "/root/./BB_loop.py", line 14, in <module>
    tokenizer = BlenderbotTokenizer.from_pretrained(mdl)
  File "/usr/local/lib/python3.10/dist-packages/transformers/tokenization_utils_base.py", line 1785, in from_pretrained
    raise EnvironmentError(
OSError: Can't load tokenizer for 'Langame/blenderbot2-400M'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'Langame/blenderbot2-400M' is the correct path to a directory containing all relevant files for a BlenderbotTokenizer tokenizer.

(I also get the same result with: Orectique/blenderbotSarcastic)

Why is this?

This is the only BB I can see with a “2” in the name and there are no models under:

Where are the BB2 models?

Thanks,
Phil.