Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,8 @@ pipeline_tag: summarization
|
|
8 |
---
|
9 |
# Gemma-2-2b LoRA Adapter
|
10 |
|
11 |
-
This repository contains a LoRA adapter for the **Gemma-2-2b** model. The adapter was fine-tuned to make the base model consistently generate text summaries that extract key points from the given input.
|
|
|
12 |
|
13 |
## Overview
|
14 |
|
|
|
8 |
---
|
9 |
# Gemma-2-2b LoRA Adapter
|
10 |
|
11 |
+
This repository contains a LoRA adapter for the **Gemma-2-2b** model. The adapter was fine-tuned to make the base model consistently generate text summaries that extract key points from the given input.
|
12 |
+
By using LoRA, only a small fraction of the model parameters is updated (approximately 0.4864%), keeping the base model intact while achieving the desired behavior.
|
13 |
|
14 |
## Overview
|
15 |
|