PEFT
Safetensors
English
jinjieyuan commited on
Commit
a8b62fe
·
verified ·
1 Parent(s): bcf6dcd

Update README.md

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