jinjieyuan commited on
Commit
06bb720
·
verified ·
1 Parent(s): 7c47264

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -24,17 +24,30 @@ Refer to our [repo](https://github.com/IntelLabs/Hardware-Aware-Automated-Machin
24
 
25
  ## Model Sources
26
 
27
- - **Repository:** [https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/SQFT](https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/SQFT)
28
- - **Paper:** [SQFT: Low-cost Model Adaptation in Low-precision Sparse Foundation Models](https://arxiv.org/abs/2410.03750)
 
 
 
29
 
30
  ## Citation
31
 
32
  ```bash
33
- @article{munoz2024sqft,
34
- title = {SQFT: Low-cost Model Adaptation in Low-precision Sparse Foundation Models},
35
- author={J. Pablo Munoz and Jinjie Yuan and Nilesh Jain},
36
- journal={The 2024 Conference on Empirical Methods in Natural Language Processing (Findings)},
37
- year={2024}
 
 
 
 
 
 
 
 
 
 
38
  }
39
  ```
40
 
 
24
 
25
  ## Model Sources
26
 
27
+ **Repository:** [https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/SQFT](https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/SQFT)
28
+
29
+ **Paper:**
30
+ - [SQFT: Low-cost Model Adaptation in Low-precision Sparse Foundation Models](https://arxiv.org/abs/2410.03750)
31
+ - [Low-Rank Adapters Meet Neural Architecture Search for LLM Compression](https://arxiv.org/abs/2501.16372)
32
 
33
  ## Citation
34
 
35
  ```bash
36
+ @inproceedings{munoz-etal-2024-sqft,
37
+ title = "{SQFT}: Low-cost Model Adaptation in Low-precision Sparse Foundation Models",
38
+ author = "Munoz, Juan Pablo and
39
+ Yuan, Jinjie and
40
+ Jain, Nilesh",
41
+ editor = "Al-Onaizan, Yaser and
42
+ Bansal, Mohit and
43
+ Chen, Yun-Nung",
44
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
45
+ month = nov,
46
+ year = "2024",
47
+ address = "Miami, Florida, USA",
48
+ publisher = "Association for Computational Linguistics",
49
+ url = "https://aclanthology.org/2024.findings-emnlp.749",
50
+ pages = "12817--12832",
51
  }
52
  ```
53