File size: 102 Bytes
4c5a695
 
 
 
 
1
2
3
4
5
6
from transformers import SamConfig


class FakeCustomConfig(SamConfig):
    model_type = "fakecustom"