specieslm-metazoa-upstream-k6 / configuration_rotarybert.py
Johannes
updated model
8d07ee2
raw
history blame contribute delete
174 Bytes
from transformers.models.bert.configuration_bert import BertConfig
class RotaryBertConfig(BertConfig):
def __init__(self, **kwargs):
super().__init__(**kwargs)