Instructions to use ImranzamanML/llama4-medqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ImranzamanML/llama4-medqa with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ImranzamanML/llama4-medqa", device_map="auto") - Notebooks
- Google Colab
- Kaggle