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
Upload level_1/adapter_config.json with huggingface_hub
Browse files- level_1/adapter_config.json +12 -0
level_1/adapter_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"rank": 16,
|
| 3 |
+
"alpha": 32,
|
| 4 |
+
"level": 1,
|
| 5 |
+
"target_modules": [
|
| 6 |
+
"att_proj",
|
| 7 |
+
"attn_out",
|
| 8 |
+
"ff_proj",
|
| 9 |
+
"ff_out"
|
| 10 |
+
],
|
| 11 |
+
"in_dim_note": "level 0 = base.in_features, level 1+ = base.out_features"
|
| 12 |
+
}
|