Instructions to use ducklingcodehouse/Finnish-DentalQA-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ducklingcodehouse/Finnish-DentalQA-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Finnish-NLP/Ahma-3B-Instruct") model = PeftModel.from_pretrained(base_model, "ducklingcodehouse/Finnish-DentalQA-lora") - Transformers
How to use ducklingcodehouse/Finnish-DentalQA-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ducklingcodehouse/Finnish-DentalQA-lora", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!