e7055a5
1
2
3
4
5
6
from transformers import OmnivoreConfig, OmnivoreModel c = OmnivoreConfig() model = OmnivoreModel(c)