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

OpenGVLab
/
InternVL-14B-Flickr30K-FT-364px

Feature Extraction
Transformers
PyTorch
TensorBoard
internvl
Image-to-Text Retrieval
Text-To-Image Retrieval
custom_code
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use OpenGVLab/InternVL-14B-Flickr30K-FT-364px with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use OpenGVLab/InternVL-14B-Flickr30K-FT-364px with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="OpenGVLab/InternVL-14B-Flickr30K-FT-364px", trust_remote_code=True)
    # Load model directly
    from transformers import AutoProcessor, AutoModel
    
    processor = AutoProcessor.from_pretrained("OpenGVLab/InternVL-14B-Flickr30K-FT-364px", trust_remote_code=True)
    model = AutoModel.from_pretrained("OpenGVLab/InternVL-14B-Flickr30K-FT-364px", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
InternVL-14B-Flickr30K-FT-364px / runs
232 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
czczup's picture
czczup
Upload folder using huggingface_hub
638aec8 verified over 2 years ago
  • Oct18_22-44-24_pt-vbnvtu4o-master-0
    Upload folder using huggingface_hub over 2 years ago