Add pipeline tag and paper link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,6 +1,10 @@
 
 
 
 
1
  # CDKA: Component Designed Kronecker Adapters
2
 
3
- Official PyTorch implementation of **Diving into Kronecker Adapters: Component Design Matters**.
4
 
5
  CDKA is a parameter-efficient fine-tuning framework for large-scale models. It studies how the component design of Kronecker adapters affects adapter capacity and downstream performance. In particular, CDKA exposes the component dimensions and the number of Kronecker components as controllable hyperparameters:
6
 
@@ -97,5 +101,4 @@ If you find this repository useful, please cite:
97
 
98
  ## Acknowledgement
99
 
100
- This codebase is built on [LoRA-GA](https://github.com/Outsider565/LoRA-GA). We thank the authors of LoRA-GA for releasing their implementation.
101
-
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ ---
4
+
5
  # CDKA: Component Designed Kronecker Adapters
6
 
7
+ Official PyTorch implementation of [**Diving into Kronecker Adapters: Component Design Matters**](https://huggingface.co/papers/2602.01267).
8
 
9
  CDKA is a parameter-efficient fine-tuning framework for large-scale models. It studies how the component design of Kronecker adapters affects adapter capacity and downstream performance. In particular, CDKA exposes the component dimensions and the number of Kronecker components as controllable hyperparameters:
10
 
 
101
 
102
  ## Acknowledgement
103
 
104
+ This codebase is built on [LoRA-GA](https://github.com/Outsider565/LoRA-GA). We thank the authors of LoRA-GA for releasing their implementation.