Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,8 @@ language:
|
|
9 |
base_model:
|
10 |
- meta-llama/Llama-3.2-3B-Instruct
|
11 |
pipeline_tag: text2text-generation
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
9 |
base_model:
|
10 |
- meta-llama/Llama-3.2-3B-Instruct
|
11 |
pipeline_tag: text2text-generation
|
12 |
+
---
|
13 |
+
|
14 |
+
This is a finetune of the Llama 3.2 3B with the default lollms style.
|
15 |
+
The finetune used the lollms aware database that contains information about lollms.
|
16 |
+
Using this model in lollms reduces the need to add context information to the prompt.
|