ParisNeo commited on
Commit
758b185
·
verified ·
1 Parent(s): 44d4ac0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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.