rombodawg commited on
Commit
9134872
1 Parent(s): 1ffd565

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -5,9 +5,11 @@ datesets:
5
  ---
6
  This is one of the first models trained on the LosslessMegaCodeTrainingV2_1m_Evol_Uncensored dataset. The version of the dataset used for this model was poorly filtered on some loose parameters that arent anything to write home about but plans for much more refined filtering are in the works
7
 
8
- This model was made as a colaboration between me and andreaskoepf who is an affiliate of Open Assistant.
9
- Prompt template
10
- chatml format is used: "<|im_start|>system\n{system message}<|im_end|>\n<|im_start|>user\n{user prompt}<|im_end|>\n<|im_start|>assistant\n{Assistant answer}<|im_end|>\n"
 
 
11
 
12
  multi-line:
13
  ```
 
5
  ---
6
  This is one of the first models trained on the LosslessMegaCodeTrainingV2_1m_Evol_Uncensored dataset. The version of the dataset used for this model was poorly filtered on some loose parameters that arent anything to write home about but plans for much more refined filtering are in the works
7
 
8
+ - This model was made as a colaboration between me and andreaskoepf who is an affiliate of Open Assistant.
9
+
10
+ Prompt template:
11
+
12
+ - chatml format is used: "<|im_start|>system\n{system message}<|im_end|>\n<|im_start|>user\n{user prompt}<|im_end|>\n<|im_start|>assistant\n{Assistant answer}<|im_end|>\n"
13
 
14
  multi-line:
15
  ```