anugunj's picture
omnivore first draft
e7055a5
raw
history blame
103 Bytes
from transformers import OmnivoreConfig, OmnivoreModel
c = OmnivoreConfig()
model = OmnivoreModel(c)