anugunj's picture
omnivore first draft
e7055a5
from transformers import OmnivoreConfig, OmnivoreModel
c = OmnivoreConfig()
model = OmnivoreModel(c)