Instructions to use NeuralNotwork/blenderbot-400M-ul-ts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NeuralNotwork/blenderbot-400M-ul-ts with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NeuralNotwork/blenderbot-400M-ul-ts") model = AutoModelForSeq2SeqLM.from_pretrained("NeuralNotwork/blenderbot-400M-ul-ts") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
5ce885c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:13a2ac5816edda7b80e48b7fb64517405bafc3d54a200bb1ebe29dce8116d764
size 1459373377
|