How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("fill-mask", model="AISE-TUDelft/Custom-Activations-BERT-PReLU")
# Load model directly
from transformers import AutoModelForMaskedLM
model = AutoModelForMaskedLM.from_pretrained("AISE-TUDelft/Custom-Activations-BERT-PReLU", dtype="auto")
Quick Links

Basemodel: roBERTa

Configs: Vocab size: 10,000 Hidden size: 512 Max position embeddings: 512 Number of layers: 2 Number of heads: 4 Window size: 256 Intermediate-size: 1024

Results:

  • Task: glue Score: 58.58 Confidence Interval: [57.67, 59.28]
  • Task: blimp Score: 58.37 Confidence Interval: [57.70, 59.05]
Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train AISE-TUDelft/Custom-Activations-BERT-PReLU

Collection including AISE-TUDelft/Custom-Activations-BERT-PReLU