Instructions to use yuchenlin/easy-instruct-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yuchenlin/easy-instruct-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("yuchenlin/easy-instruct-base") model = AutoModelForSeq2SeqLM.from_pretrained("yuchenlin/easy-instruct-base") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7cc0d1d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:73c295b0a086bbe8bd939da25d7a0d486205c44c8a3a3bb638e3b0daf6b68210
size 3835
|