from transformers import OmnivoreConfig, OmnivoreModel c = OmnivoreConfig() model = OmnivoreModel(c)