Instructions to use Nhoodie/omni-dna-20m-hgt-stacked-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Nhoodie/omni-dna-20m-hgt-stacked-lora with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 392 Bytes
9ca78f4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"architecture": "sequential_stacked_lora",
"description": "Level 0: input->output (weight-space). Levels 1+: output->output (activation-space).",
"base_model": "/mnt/storage/hf_cache/omni-dna-20m-hgt",
"num_levels": 3,
"rank_per_level": 16,
"alpha_per_level": 32,
"target_modules": [
"att_proj",
"attn_out",
"ff_proj",
"ff_out"
],
"seed_checkpoint": null
} |