xaviviro commited on
Commit
dd982c4
1 Parent(s): a23d511

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -7,14 +7,7 @@ language:
7
  model_creator: projecte-aina
8
  model_name: FLOR-1.3B-Instructed
9
  model_type: bloom
10
- prompt_template: '### Instruction
11
- {instruction}
12
-
13
- ### Context
14
- {context}
15
-
16
- ### Answer
17
- '
18
  quantized_by: xaviviro
19
  ---
20
 
@@ -23,6 +16,18 @@ quantized_by: xaviviro
23
  - Model creator: [Projecte AINA](https://huggingface.co/projecte-aina)
24
  - Original model: [FLOR-1.3B-Instructed](https://huggingface.co/projecte-aina/FLOR-1.3B-Instructed)
25
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ## LM-Studio preset
27
 
28
  - [flor.preset.json](https://gist.github.com/xaviviro/61edeb495a61188b9df64b6e6b89fc75#file-flor-preset-json)
 
7
  model_creator: projecte-aina
8
  model_name: FLOR-1.3B-Instructed
9
  model_type: bloom
10
+ prompt_template: 'PROMPT: Tot seguit ve una instrucció que has de respondre de la millor manera possible.\n###Instruction:\n{User}\n### Answer:\n{Assistant}'
 
 
 
 
 
 
 
11
  quantized_by: xaviviro
12
  ---
13
 
 
16
  - Model creator: [Projecte AINA](https://huggingface.co/projecte-aina)
17
  - Original model: [FLOR-1.3B-Instructed](https://huggingface.co/projecte-aina/FLOR-1.3B-Instructed)
18
 
19
+
20
+ ## Format del prompt
21
+
22
+ ```
23
+ PROMPT:{System}
24
+ ### Instruction:
25
+ {User}
26
+ ### Answer:
27
+ {Assistant}
28
+ ```
29
+
30
+
31
  ## LM-Studio preset
32
 
33
  - [flor.preset.json](https://gist.github.com/xaviviro/61edeb495a61188b9df64b6e6b89fc75#file-flor-preset-json)