Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

czczup
/
textnet-tiny

Image Feature Extraction
Transformers
Safetensors
textnet
Model card Files Files and versions
xet
Community
1

Instructions to use czczup/textnet-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use czczup/textnet-tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="czczup/textnet-tiny")
    # Load model directly
    from transformers import AutoImageProcessor, TextNetBackbone
    
    processor = AutoImageProcessor.from_pretrained("czczup/textnet-tiny")
    model = TextNetBackbone.from_pretrained("czczup/textnet-tiny")
  • Notebooks
  • Google Colab
  • Kaggle
textnet-tiny
43 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
czczup's picture
czczup
Update README.md
a2e0be8 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.33 kB
    Update README.md over 1 year ago
  • config.json
    1.57 kB
    Upload textnet models over 1 year ago
  • model.safetensors
    43 MB
    xet
    Upload textnet models over 1 year ago
  • preprocessor_config.json
    463 Bytes
    Upload textnet models over 1 year ago