Update README.md
Browse files
README.md
CHANGED
|
@@ -11,17 +11,30 @@ library_name: transformers
|
|
| 11 |
|
| 12 |
## Model Sources
|
| 13 |
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Citation
|
| 18 |
|
| 19 |
```bash
|
| 20 |
-
@
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|