rombodawg commited on
Commit
4aaea34
1 Parent(s): df94bf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: other
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ datasets:
4
+ - rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored
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](https://github.com/openai/openai-python/blob/main/chatml.md) format is used:
13
+ "<|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"
14
+
15
+ multi-line:
16
+
17
+ ```
18
+ <|im_start|>system
19
+ {system message}<|im_end|>
20
+ <|im_start|>user
21
+ {user prompt}<|im_end|>
22
+ <|im_start|>assistant
23
+ {Assistant answer}<|im_end|>
24
+ ```
25
+
26
+ The link for the full dataset is bellow:
27
+
28
+ - https://huggingface.co/datasets/rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored
29
+
30
+ Link for the filtered dataset used to make this model are bellow:
31
+
32
+ - https://huggingface.co/datasets/andreaskoepf/megacode2-min100
33
+
34
+ The original posting for this model was uploaded at the link bellow.
35
+
36
+ - https://huggingface.co/andreaskoepf/llama2-13b-megacode2_min100