Instructions to use Nhoodie/omni-dna-hgt-lora-step1500 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Nhoodie/omni-dna-hgt-lora-step1500 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/storage/hf_cache/omni-dna-multitask-hgt") model = PeftModel.from_pretrained(base_model, "Nhoodie/omni-dna-hgt-lora-step1500") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e43e16f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e0c00daeb23fb9a104e4747a128d88cb9bca471bf950cf23e3405ac1293d2b49
size 1064
|