Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

229nagibator229
/
theia-tiny-patch16-224-cdiv

Feature Extraction
Transformers
Safetensors
custom_code
Model card Files Files and versions
xet
Community

Instructions to use 229nagibator229/theia-tiny-patch16-224-cdiv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 229nagibator229/theia-tiny-patch16-224-cdiv with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="229nagibator229/theia-tiny-patch16-224-cdiv", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("229nagibator229/theia-tiny-patch16-224-cdiv", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
theia-tiny-patch16-224-cdiv
40.3 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
229nagibator229's picture
229nagibator229
Changed image processor
3d34453 over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • LICENSE
    1.6 kB
    Create LICENSE almost 2 years ago
  • README.md
    3.57 kB
    Update README.md almost 2 years ago
  • config.json
    849 Bytes
    Upload model almost 2 years ago
  • model.safetensors
    40.2 MB
    xet
    Upload model almost 2 years ago
  • theia_model.py
    67 kB
    Changed image processor over 1 year ago