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