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