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

FrameNetBrasil
/
reinventa-vit-entity-classifier

Image Classification
Transformers
Safetensors
Portuguese
vit
vision-transformer
framenet
Model card Files Files and versions
xet
Community

Instructions to use FrameNetBrasil/reinventa-vit-entity-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use FrameNetBrasil/reinventa-vit-entity-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="FrameNetBrasil/reinventa-vit-entity-classifier")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("FrameNetBrasil/reinventa-vit-entity-classifier")
    model = AutoModelForImageClassification.from_pretrained("FrameNetBrasil/reinventa-vit-entity-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
reinventa-vit-entity-classifier
345 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
YanCotta's picture
YanCotta
Update README.md
4dd5085 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    1.39 kB
    Update README.md 4 months ago
  • config.json
    53.6 kB
    Upload ViTForImageClassification 4 months ago
  • model.safetensors
    345 MB
    xet
    Upload ViTForImageClassification 4 months ago
  • preprocessor_config.json
    325 Bytes
    Upload processor 4 months ago