ohca-predictor-v1 / configuration_ohca.py
sharktide's picture
Update configuration_ohca.py
7923990 verified
Raw
History Blame Contribute Delete
211 Bytes
# configuration_ohca.py
from transformers import PretrainedConfig
class OhcaConfig(PretrainedConfig):
model_type = "cvd_ohca_predictor"
def __init__(self, **kwargs):
super().__init__(**kwargs)