Instructions to use TohidA/InstructGPTJ-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TohidA/InstructGPTJ-mini 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, "TohidA/InstructGPTJ-mini") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
dd9caaa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b7fb2fd84e8ebf26160a90117661e64fdda5309cb589d35378a4a967c27435ed
size 117480269
|