jinjieyuan commited on
Commit
02f3629
·
verified ·
1 Parent(s): 8dd8231

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -11,17 +11,30 @@ library_name: transformers
11
 
12
  ## Model Sources
13
 
14
- - **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)
15
- - **Paper:** [SQFT: Low-cost Model Adaptation in Low-precision Sparse Foundation Models](https://arxiv.org/abs/2410.03750)
 
 
 
16
 
17
  ## Citation
18
 
19
  ```bash
20
- @article{munoz2024sqft,
21
- title = {SQFT: Low-cost Model Adaptation in Low-precision Sparse Foundation Models},
22
- author={J. Pablo Munoz and Jinjie Yuan and Nilesh Jain},
23
- journal={The 2024 Conference on Empirical Methods in Natural Language Processing (Findings)},
24
- year={2024}
 
 
 
 
 
 
 
 
 
 
25
  }
26
  ```
27
 
 
11
 
12
  ## Model Sources
13
 
14
+ **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)
15
+
16
+ **Paper:**
17
+ - [SQFT: Low-cost Model Adaptation in Low-precision Sparse Foundation Models](https://arxiv.org/abs/2410.03750)
18
+ - [Low-Rank Adapters Meet Neural Architecture Search for LLM Compression](https://arxiv.org/abs/2501.16372)
19
 
20
  ## Citation
21
 
22
  ```bash
23
+ @inproceedings{munoz-etal-2024-sqft,
24
+ title = "{SQFT}: Low-cost Model Adaptation in Low-precision Sparse Foundation Models",
25
+ author = "Munoz, Juan Pablo and
26
+ Yuan, Jinjie and
27
+ Jain, Nilesh",
28
+ editor = "Al-Onaizan, Yaser and
29
+ Bansal, Mohit and
30
+ Chen, Yun-Nung",
31
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
32
+ month = nov,
33
+ year = "2024",
34
+ address = "Miami, Florida, USA",
35
+ publisher = "Association for Computational Linguistics",
36
+ url = "https://aclanthology.org/2024.findings-emnlp.749",
37
+ pages = "12817--12832",
38
  }
39
  ```
40