Instructions to use 5ivatej/Liquid-LFM-1.2B-Medical-Doctor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 5ivatej/Liquid-LFM-1.2B-Medical-Doctor with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("LiquidAI/LFM2.5-1.2B-Instruct") model = PeftModel.from_pretrained(base_model, "5ivatej/Liquid-LFM-1.2B-Medical-Doctor") - Notebooks
- Google Colab
- Kaggle
Ctrl+K