Instructions to use Adapting/dialogue_agent_nlplab2022 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Adapting/dialogue_agent_nlplab2022 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Adapting/dialogue_agent_nlplab2022") model = AutoModelForSeq2SeqLM.from_pretrained("Adapting/dialogue_agent_nlplab2022") - Notebooks
- Google Colab
- Kaggle
blenderbot-400M-distill_30
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1459400769
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfbd94b54fcdeda7b9fb5dc338da335e3e62ee07dabea0aaf166c2fad75b0e10
|
| 3 |
size 1459400769
|