Instructions to use MuhV/AI_Doctor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MuhV/AI_Doctor with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MuhV/AI_Doctor", dtype="auto") - Notebooks
- Google Colab
- Kaggle
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("MuhV/AI_Doctor", dtype="auto")Quick Links
A newer version of this model is available: stabilityai/stable-diffusion-xl-base-1.0
README.md exists but content is empty.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for MuhV/AI_Doctor
Base model
google-bert/bert-base-uncased
# Gated model: Login with a HF token with gated access permission hf auth login