PEFT
Safetensors
English
jinjieyuan commited on
Commit
302a4eb
·
verified ·
1 Parent(s): 2fcafc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -138,8 +138,11 @@ Results of the heuristic sub-network discoverd from the super-network:
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
- - **Paper:** [Shears: Unstructured Sparsity with Neural Low-rank Adapter Search](https://arxiv.org/abs/2404.10934)
 
 
 
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{munoz2024shears,
160
- title = {Shears: Unstructured Sparsity with Neural Low-rank Adapter Search},
161
- author={J. Pablo Munoz and Jinjie Yuan and Nilesh Jain},
162
- booktitle={The 2024 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL-2024)},
163
- year={2024}
 
 
 
 
 
 
 
 
 
 
 
 
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