YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
📋 Overview
Pre-trained model weights of VOLMO: Versatile and Open Large Models for Ophthalmology.
🚀 Download Model
The VOLMO-2B model weights are hosted on Hugging Face:
Option 1: Using Hugging Face Hub (Recommended)
from huggingface_hub import snapshot_download
# Download entire model
model_path = snapshot_download(
repo_id="Yale-BIDS-Chen/VOLMO-2B",
)
Option 2: Using Git LFS
# Install git-lfs if not already installed
git lfs install
# Clone the model repository
git clone https://huggingface.co/Yale-BIDS-Chen/VOLMO-2B
Option 3: Manual Download
Visit https://huggingface.co/Yale-BIDS-Chen/VOLMO-2B to download individual files.
📝 License
This model is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
⚠️ Disclaimer
The information produced on this website is not intended for direct diagnostic use or medical decision-making without review and oversight by a clinical professional. Individuals should not change their health behavior solely on the basis of information produced on this website
📧 Contact
For questions or collaboration inquiries, please email:
- Zhenyue Qin: kf.zy.qin@gmail.com
- Qingyu Chen: qingyu.chen@yale.edu
🔗 Resources
- 🏠 Main Repository: https://github.com/kfzyqin/volmo
- 🤗 Hugging Face Model: https://huggingface.co/Yale-BIDS-Chen/VOLMO-2B
- 📊 Evaluation Data: https://huggingface.co/datasets/Yale-BIDS-Chen/VOLMO-Evaluation-Data
Built with ❤️ for exploring AI's potential in ophthalmology
VOLMO: Versatile and Open Large Models for Ophthalmology
- Downloads last month
- 15