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-ReLU")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("AISE-TUDelft/Custom-Activations-BERT-ReLU")
model = AutoModelForMaskedLM.from_pretrained("AISE-TUDelft/Custom-Activations-BERT-ReLU")
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: 57.91 Confidence Interval: [56.98, 58.87]
  • Task: blimp Score: 58.40 Confidence Interval: [57.37, 59.23]
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-ReLU

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