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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

enghamdiali
/
idefics-9b-qt_f

Visual Question Answering
Transformers
Safetensors
idefics
image-text-to-text
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use enghamdiali/idefics-9b-qt_f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use enghamdiali/idefics-9b-qt_f with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="enghamdiali/idefics-9b-qt_f")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForMultimodalLM
    
    processor = AutoProcessor.from_pretrained("enghamdiali/idefics-9b-qt_f")
    model = AutoModelForMultimodalLM.from_pretrained("enghamdiali/idefics-9b-qt_f", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
idefics-9b-qt_f
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
enghamdiali's picture
enghamdiali
Update README.md
8c26413 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.21 kB
    Update README.md about 2 years ago
  • added_tokens.json
    61 Bytes
    Upload tokenizer about 2 years ago
  • config.json
    1.2 kB
    Upload IdeficsForVisionText2Text about 2 years ago
  • generation_config.json
    132 Bytes
    Upload IdeficsForVisionText2Text about 2 years ago
  • model-00001-of-00004.safetensors
    4.92 GB
    xet
    Upload IdeficsForVisionText2Text about 2 years ago
  • model-00002-of-00004.safetensors
    4.98 GB
    xet
    Upload IdeficsForVisionText2Text about 2 years ago
  • model-00003-of-00004.safetensors
    4.91 GB
    xet
    Upload IdeficsForVisionText2Text about 2 years ago
  • model-00004-of-00004.safetensors
    3.04 GB
    xet
    Upload IdeficsForVisionText2Text about 2 years ago
  • model.safetensors.index.json
    95.5 kB
    Upload IdeficsForVisionText2Text about 2 years ago
  • preprocessor_config.json
    281 Bytes
    Upload preprocessor_config.json about 2 years ago
  • special_tokens_map.json
    637 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer about 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.34 kB
    Upload tokenizer about 2 years ago