Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
anugunj
/
extras
like
0
Model card
Files
Files and versions
Community
main
extras
/
omnivore-swinT
/
run.py
anugunj
omnivore first draft
e7055a5
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
103 Bytes
from
transformers
import
OmnivoreConfig, OmnivoreModel
c = OmnivoreConfig()
model = OmnivoreModel(c)