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: 134 Bytes
7cc0d1d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6a52b4172203b0b9383093b47061a6592e458cec5d0bfcee880daf7cb5f8d5d3
size 990236853
|