Update README.md
Browse files
README.md
CHANGED
@@ -100,8 +100,11 @@ Results of the heuristic sub-network discoverd from the super-network:
|
|
100 |
|
101 |
## Model Sources
|
102 |
|
103 |
-
|
104 |
-
|
|
|
|
|
|
|
105 |
|
106 |
## Ethical Considerations
|
107 |
|
@@ -118,11 +121,23 @@ Intel is committed to respecting human rights and avoiding causing or contributi
|
|
118 |
## Citation
|
119 |
|
120 |
```bash
|
121 |
-
@inproceedings{
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
}
|
127 |
```
|
128 |
|
|
|
100 |
|
101 |
## Model Sources
|
102 |
|
103 |
+
**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)
|
104 |
+
|
105 |
+
**Paper:**
|
106 |
+
- [Shears: Unstructured Sparsity with Neural Low-rank Adapter Search](https://arxiv.org/abs/2404.10934)
|
107 |
+
- [Low-Rank Adapters Meet Neural Architecture Search for LLM Compression](https://arxiv.org/abs/2501.16372)
|
108 |
|
109 |
## Ethical Considerations
|
110 |
|
|
|
121 |
## Citation
|
122 |
|
123 |
```bash
|
124 |
+
@inproceedings{munoz-etal-2024-shears,
|
125 |
+
title = "Shears: Unstructured Sparsity with Neural Low-rank Adapter Search",
|
126 |
+
author = "Mu{\~n}oz, J. Pablo and
|
127 |
+
Yuan, Jinjie and
|
128 |
+
Jain, Nilesh",
|
129 |
+
editor = "Yang, Yi and
|
130 |
+
Davani, Aida and
|
131 |
+
Sil, Avi and
|
132 |
+
Kumar, Anoop",
|
133 |
+
booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 6: Industry Track)",
|
134 |
+
month = jun,
|
135 |
+
year = "2024",
|
136 |
+
address = "Mexico City, Mexico",
|
137 |
+
publisher = "Association for Computational Linguistics",
|
138 |
+
url = "https://aclanthology.org/2024.naacl-industry.34",
|
139 |
+
doi = "10.18653/v1/2024.naacl-industry.34",
|
140 |
+
pages = "395--405",
|
141 |
}
|
142 |
```
|
143 |
|