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

ayushk4
/
smol-gpt4

Visual Question Answering
Transformers
blip-2
Model card Files Files and versions
xet
Community
1

Instructions to use ayushk4/smol-gpt4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ayushk4/smol-gpt4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="ayushk4/smol-gpt4")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForVisualQuestionAnswering
    
    processor = AutoProcessor.from_pretrained("ayushk4/smol-gpt4")
    model = AutoModelForVisualQuestionAnswering.from_pretrained("ayushk4/smol-gpt4")
  • Notebooks
  • Google Colab
  • Kaggle
smol-gpt4
9.45 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ayushk4's picture
ayushk4
Upload config.json
b347378 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    47 Bytes
    Update README.md about 3 years ago
  • bert.bin
    210 MB
    xet
    Upload 4 files about 3 years ago
  • config.json
    6.89 kB
    Upload config.json about 3 years ago
  • int4-fixed-zero.bin
    7 GB
    xet
    Upload int4-fixed-zero.bin (#1) about 3 years ago
  • query-tokens.bin
    49.9 kB
    xet
    Upload 4 files about 3 years ago
  • t5_embed.bin
    263 MB
    xet
    Upload t5_embed.bin about 3 years ago
  • t5_project.bin
    6.3 MB
    xet
    Upload 4 files about 3 years ago
  • vision-model.bin
    1.97 GB
    xet
    Upload 4 files about 3 years ago