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

  • Log In
  • Sign Up

Bingsu
/
temp_vilt_vqa

Visual Question Answering
Transformers
PyTorch
vilt
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Bingsu/temp_vilt_vqa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="Bingsu/temp_vilt_vqa")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering
    
    processor = AutoProcessor.from_pretrained("Bingsu/temp_vilt_vqa")
    model = AutoModelForVisualQuestionAnswering.from_pretrained("Bingsu/temp_vilt_vqa")
  • Notebooks
  • Google Colab
  • Kaggle
temp_vilt_vqa
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
Bingsu's picture
Bingsu
Upload pytorch_model.bin with huggingface_hub
dd711c6 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    285 kB
    Upload ViltForQuestionAnswering over 3 years ago
  • merges.txt
    912 kB
    Upload processor over 3 years ago
  • preprocessor_config.json
    289 Bytes
    Upload processor over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    540 MB
    xet
    Upload pytorch_model.bin with huggingface_hub over 3 years ago
  • special_tokens_map.json
    122 Bytes
    Upload processor over 3 years ago
  • tokenizer.json
    3.02 MB
    Upload processor over 3 years ago
  • tokenizer_config.json
    452 Bytes
    Upload processor over 3 years ago
  • vocab.json
    1.25 MB
    Upload processor over 3 years ago