michaelbeale-il
commited on
Commit
•
9573d0c
1
Parent(s):
9f272f8
Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,11 @@ license: apache-2.0
|
|
4 |
---
|
5 |
|
6 |
# LoNAS Adapter Card: lonas-llama-7b-commonsense-adapter
|
7 |
-
|
8 |
The super-adapter-network fine-tuned on LLaMA-7B with some commonsense reasoning datasets using LoNAS.
|
9 |
|
|
|
|
|
|
|
10 |
## Model Details
|
11 |
|
12 |
### Information
|
@@ -64,7 +66,7 @@ Results of the heuristic sub-network discoverd from the super-network:
|
|
64 |
## Model Sources
|
65 |
|
66 |
- **Repository:** [https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/LoNAS](https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/LoNAS)
|
67 |
-
- **Paper:** [LoNAS: Elastic Low-Rank Adapters for Efficient Large Language Models]()
|
68 |
|
69 |
## Ethical Considerations
|
70 |
|
|
|
4 |
---
|
5 |
|
6 |
# LoNAS Adapter Card: lonas-llama-7b-commonsense-adapter
|
|
|
7 |
The super-adapter-network fine-tuned on LLaMA-7B with some commonsense reasoning datasets using LoNAS.
|
8 |
|
9 |
+
## Paper Abstract
|
10 |
+
Recently, several approaches successfully demonstrated that weight-sharing Neural Architecture Search (NAS) can effectively explore a search space of elastic low-rank adapters (LoRA), allowing the parameter-efficient fine-tuning (PEFT) and compression of large language models. In this paper, we introduce a novel approach called Shears, demonstrating how the integration of cost-effective sparsity and a proposed Neural Low-rank adapter Search (NLS) algorithm can further improve the efficiency of PEFT approaches. Results demonstrate the benefits of Shears compared to other methods, reaching high sparsity levels while improving or with little drop in accuracy, utilizing a single GPU for a pair of hours.
|
11 |
+
|
12 |
## Model Details
|
13 |
|
14 |
### Information
|
|
|
66 |
## Model Sources
|
67 |
|
68 |
- **Repository:** [https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/LoNAS](https://github.com/IntelLabs/Hardware-Aware-Automated-Machine-Learning/tree/main/LoNAS)
|
69 |
+
- **Paper:** [LoNAS: Elastic Low-Rank Adapters for Efficient Large Language Models](https://arxiv.org/abs/2404.10934)
|
70 |
|
71 |
## Ethical Considerations
|
72 |
|