File size: 142 Bytes
2434b5c | 1 2 3 4 | from transformers import AutoConfig
from modeling_nexus_small import NexusSmAllConfig
AutoConfig.register('nexus_small', NexusSmAllConfig)
|
2434b5c | 1 2 3 4 | from transformers import AutoConfig
from modeling_nexus_small import NexusSmAllConfig
AutoConfig.register('nexus_small', NexusSmAllConfig)
|