Instructions to use pixelsandpointers/bert2bert-empathetic-dialogues with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pixelsandpointers/bert2bert-empathetic-dialogues with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pixelsandpointers/bert2bert-empathetic-dialogues") model = AutoModelForSeq2SeqLM.from_pretrained("pixelsandpointers/bert2bert-empathetic-dialogues") - Notebooks
- Google Colab
- Kaggle
Commit History
add tokenizer 50c064b
Benjamin Beilharz commited on
add model 3bbe66d
Benjamin Beilharz commited on
initial commit 9fd42b9
Benjamin Beilharz commited on