Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,9 @@ base_model:
|
|
6 |
|
7 |
This model is a **Low-Rank Adaptation (LoRA)** of the **LLaMA 3.2-1B** model.
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
|
13 |
---
|
14 |
|
|
|
6 |
|
7 |
This model is a **Low-Rank Adaptation (LoRA)** of the **LLaMA 3.2-1B** model.
|
8 |
|
9 |
+
**Original size**: ~1 Billion parameters
|
10 |
+
**LoRA fine-tuned parameters**: ~86,000
|
11 |
+
**Result**: Achieves similar performance on many prompts with dramatically reduced trainable weights.
|
12 |
|
13 |
---
|
14 |
|