Update README.md
Browse files
README.md
CHANGED
@@ -27,17 +27,30 @@ Refer to our [repo](https://github.com/IntelLabs/Hardware-Aware-Automated-Machin
|
|
27 |
|
28 |
## Model Sources
|
29 |
|
30 |
-
|
31 |
-
|
|
|
|
|
|
|
32 |
|
33 |
## Citation
|
34 |
|
35 |
```bash
|
36 |
-
@
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
}
|
42 |
```
|
43 |
|
|
|
27 |
|
28 |
## Model Sources
|
29 |
|
30 |
+
**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)
|
31 |
+
|
32 |
+
**Paper:**
|
33 |
+
- [SQFT: Low-cost Model Adaptation in Low-precision Sparse Foundation Models](https://arxiv.org/abs/2410.03750)
|
34 |
+
- [Low-Rank Adapters Meet Neural Architecture Search for LLM Compression](https://arxiv.org/abs/2501.16372)
|
35 |
|
36 |
## Citation
|
37 |
|
38 |
```bash
|
39 |
+
@inproceedings{munoz-etal-2024-sqft,
|
40 |
+
title = "{SQFT}: Low-cost Model Adaptation in Low-precision Sparse Foundation Models",
|
41 |
+
author = "Munoz, Juan Pablo and
|
42 |
+
Yuan, Jinjie and
|
43 |
+
Jain, Nilesh",
|
44 |
+
editor = "Al-Onaizan, Yaser and
|
45 |
+
Bansal, Mohit and
|
46 |
+
Chen, Yun-Nung",
|
47 |
+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
|
48 |
+
month = nov,
|
49 |
+
year = "2024",
|
50 |
+
address = "Miami, Florida, USA",
|
51 |
+
publisher = "Association for Computational Linguistics",
|
52 |
+
url = "https://aclanthology.org/2024.findings-emnlp.749",
|
53 |
+
pages = "12817--12832",
|
54 |
}
|
55 |
```
|
56 |
|