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

phonghoccode
/
vilt-finetuned-cocoqa-augmentation

Question Answering
Transformers
Safetensors
vilt
Model card Files Files and versions
xet
Community

Instructions to use phonghoccode/vilt-finetuned-cocoqa-augmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use phonghoccode/vilt-finetuned-cocoqa-augmentation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="phonghoccode/vilt-finetuned-cocoqa-augmentation")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForQuestionAnswering
    
    processor = AutoProcessor.from_pretrained("phonghoccode/vilt-finetuned-cocoqa-augmentation")
    model = AutoModelForQuestionAnswering.from_pretrained("phonghoccode/vilt-finetuned-cocoqa-augmentation")
  • Notebooks
  • Google Colab
  • Kaggle
vilt-finetuned-cocoqa-augmentation
455 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
phonghoccode's picture
phonghoccode
Upload CustomViltForQuestionAnswering
99d9da2 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.17 kB
    Upload CustomViltForQuestionAnswering 5 months ago
  • answer_vocab.json
    7.12 kB
    Upload answer_vocab.json with huggingface_hub 5 months ago
  • config.json
    17.5 kB
    Upload CustomViltForQuestionAnswering 5 months ago
  • model.safetensors
    454 MB
    xet
    Upload CustomViltForQuestionAnswering 5 months ago
  • preprocessor_config.json
    393 Bytes
    Upload processor 5 months ago
  • special_tokens_map.json
    695 Bytes
    Upload processor 5 months ago
  • tokenizer.json
    711 kB
    Upload processor 5 months ago
  • tokenizer_config.json
    1.26 kB
    Upload processor 5 months ago
  • vocab.txt
    232 kB
    Upload processor 5 months ago