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

BiliSakura
/
ViTP-InternVL-1B-Med

Image Feature Extraction
Transformers
Safetensors
English
intern_vit_6b
feature-extraction
vision
image-classification
vit
ViTP
InternVL
domain-adaptation
medical-imaging
custom_code
Model card Files Files and versions
xet
Community

Instructions to use BiliSakura/ViTP-InternVL-1B-Med with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BiliSakura/ViTP-InternVL-1B-Med with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="BiliSakura/ViTP-InternVL-1B-Med", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("BiliSakura/ViTP-InternVL-1B-Med", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ViTP-InternVL-1B-Med
608 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
BiliSakura's picture
BiliSakura
Update README.md
dbe1e5c verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    1.7 kB
    Update README.md 3 months ago
  • config.json
    709 Bytes
    Add files using upload-large-folder tool 3 months ago
  • configuration_intern_vit.py
    5.67 kB
    Add files using upload-large-folder tool 3 months ago
  • model.safetensors
    608 MB
    xet
    Add files using upload-large-folder tool 3 months ago
  • modeling_intern_vit.py
    18.8 kB
    Add files using upload-large-folder tool 3 months ago
  • preprocessor_config.json
    266 Bytes
    Add files using upload-large-folder tool 3 months ago