Instructions to use geektech/t5-small-gpt4-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use geektech/t5-small-gpt4-qa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("geektech/t5-small-gpt4-qa") model = AutoModelForSeq2SeqLM.from_pretrained("geektech/t5-small-gpt4-qa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8c1163d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b4d9b899a5272d320a878778fa172f9df05116a228163f549fd747820bcdc7f3
size 4411
|