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
| { | |
| "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 | |
| } |