PEFT
Safetensors
chatbot
How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("gpt2")
model = PeftModel.from_pretrained(base_model, "stevestarc16/LLM_cynaptics")

Model Card for Model ID

This model is trained to inherit a persona and continue a conversation respective of the persona.

  • Developed by: Prince Kumar
  • Model type: Causal LM
  • Finetuned from model: gpt2

Framework versions

  • PEFT 0.14.0
Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for stevestarc16/LLM_cynaptics

Adapter
(1716)
this model

Dataset used to train stevestarc16/LLM_cynaptics