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: 129 Bytes
be06b34 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1865a9744d25ec269ea959af78b0c14ec228ad544bc023ee7f91c131662dc463
size 5304
|