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

kunal18
/
Vilt_Model

Visual Question Answering
Transformers
TensorBoard
Safetensors
vilt
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use kunal18/Vilt_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kunal18/Vilt_Model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="kunal18/Vilt_Model")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering
    
    processor = AutoProcessor.from_pretrained("kunal18/Vilt_Model")
    model = AutoModelForVisualQuestionAnswering.from_pretrained("kunal18/Vilt_Model")
  • Notebooks
  • Google Colab
  • Kaggle
Vilt_Model / runs
370 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
kunal18's picture
kunal18
Training in progress, step 1200
bb64e77 verified about 2 years ago
  • Apr01_15-36-41_c2179
    Training in progress, step 200 about 2 years ago
  • Apr01_17-30-49_d1027
    Training in progress, step 1200 about 2 years ago