Image Classification
Transformers
Safetensors
cetaceanet
biology
biodiversity
custom_code
cetacean-classifier / configuration_cetacean_classifier.py
TristanGollmart's picture
Upload model
db195b0 verified
raw
history blame
253 Bytes
from transformers import PretrainedConfig
from typing import List
class CetaceanClassifierConfig(PretrainedConfig):
model_type = "cetaceanet"
def __init__(
self,
**kwargs,
):
super().__init__(**kwargs)