Instructions to use pythontech9/banking-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pythontech9/banking-chatbot with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("pythontech9/banking-chatbot") model = AutoModelForSeq2SeqLM.from_pretrained("pythontech9/banking-chatbot", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
be06b34 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b47aa5db39bae94b078844f33994ebe63e31a01872130b70a9f9e654c69f916c
size 242041896
|