Edit model card

GPrompT2 Model

This model is fine-tuned from GPT-2 for prompt scoring.

Usage

from transformers import GPT2LMHeadModel, GPT2Tokenizer

model = GPT2LMHeadModel.from_pretrained("YesaOuO/GPrompT2")
tokenizer = GPT2Tokenizer.from_pretrained("YesaOuO/GPrompT2")

# Use the model for inference
Downloads last month
4
Safetensors
Model size
124M params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.