Update README.md
Browse files
README.md
CHANGED
@@ -136,8 +136,11 @@ Results of the heuristic sub-network discoverd from the super-network:
|
|
136 |
|
137 |
## Model Sources
|
138 |
|
139 |
-
|
140 |
-
|
|
|
|
|
|
|
141 |
|
142 |
## Ethical Considerations
|
143 |
|
@@ -154,11 +157,23 @@ Intel is committed to respecting human rights and avoiding causing or contributi
|
|
154 |
## Citation
|
155 |
|
156 |
```bash
|
157 |
-
@inproceedings{
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
}
|
163 |
```
|
164 |
|
|
|
136 |
|
137 |
## Model Sources
|
138 |
|
139 |
+
**Repository:** [https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/Shears](https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/Shears)
|
140 |
+
|
141 |
+
**Paper:**
|
142 |
+
- [Shears: Unstructured Sparsity with Neural Low-rank Adapter Search](https://arxiv.org/abs/2404.10934)
|
143 |
+
- [Low-Rank Adapters Meet Neural Architecture Search for LLM Compression](https://arxiv.org/abs/2501.16372)
|
144 |
|
145 |
## Ethical Considerations
|
146 |
|
|
|
157 |
## Citation
|
158 |
|
159 |
```bash
|
160 |
+
@inproceedings{munoz-etal-2024-shears,
|
161 |
+
title = "Shears: Unstructured Sparsity with Neural Low-rank Adapter Search",
|
162 |
+
author = "Mu{\~n}oz, J. Pablo and
|
163 |
+
Yuan, Jinjie and
|
164 |
+
Jain, Nilesh",
|
165 |
+
editor = "Yang, Yi and
|
166 |
+
Davani, Aida and
|
167 |
+
Sil, Avi and
|
168 |
+
Kumar, Anoop",
|
169 |
+
booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 6: Industry Track)",
|
170 |
+
month = jun,
|
171 |
+
year = "2024",
|
172 |
+
address = "Mexico City, Mexico",
|
173 |
+
publisher = "Association for Computational Linguistics",
|
174 |
+
url = "https://aclanthology.org/2024.naacl-industry.34",
|
175 |
+
doi = "10.18653/v1/2024.naacl-industry.34",
|
176 |
+
pages = "395--405",
|
177 |
}
|
178 |
```
|
179 |
|