Instructions to use NUSTM/laptop-t5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NUSTM/laptop-t5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NUSTM/laptop-t5-base") model = AutoModelForSeq2SeqLM.from_pretrained("NUSTM/laptop-t5-base") - Notebooks
- Google Colab
- Kaggle
Looking for advice
#2
by Blasopher - opened
Hello everyone,
Looking for where to start. I checked out this site after being redirected to it when looking advice elsewhere. I want to create/run a local GPT on my laptop. Not sure if it is possible, since a lot of the information I find online talks about using desktop computers.
Basically I just want an AI I can talk with and that I can allow access to certain files and folders so I can have it pull up information but have stored locally and not be connected to the internet.