Instructions to use Holarissun/gptj6b-aisft-hh-seqsampler-subset2000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Holarissun/gptj6b-aisft-hh-seqsampler-subset2000 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-j-6b") model = PeftModel.from_pretrained(base_model, "Holarissun/gptj6b-aisft-hh-seqsampler-subset2000") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a720a28 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:115b250a6dba4347135c75fbe5902fb34359945bf28d2709671e8c390639a66d
size 4920
|