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