How to use crumb/Instruct-GPT-J with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("crumb/Instruct-GPT-J", dtype="auto")
How to use crumb/Instruct-GPT-J with PEFT:
Task type is invalid.