TheBloke commited on
Commit
4a1d5e5
·
verified ·
1 Parent(s): 453c928

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -330,6 +330,25 @@ Everyone-Coder-33b-Base
330
 
331
  EveryoneLLM series of models made by the community, for the community. This is a coding specific model made using fine-tunes of deekseekcoder-33b-base.
332
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  The models that were used in this merger were as follow:
334
 
335
  - https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct
 
330
 
331
  EveryoneLLM series of models made by the community, for the community. This is a coding specific model made using fine-tunes of deekseekcoder-33b-base.
332
 
333
+ ______________________________________________________________________________________________________________
334
+ Im having trouble benchmarking this model because I suck at running llm benchmarks, but from hand testing running the model through https://edabit.com/challenge coding challenges vs up to date gpt-4. My model is hands down beating it in coding.
335
+ ______________________________________________________________________________________________________________
336
+ Ive recently noticed this model has trouble with end tokens so I made a custom prompt template for it. Made sure to add (Always end with "<|EOT|>") In addition to your system prompt and (Always end your response with "<|EOT|>") at the end of the User message is the preset. Then add <|EOT|> as a custom stop string in your LM text generating interface.
337
+
338
+ ```
339
+ Always end with "<|EOT|>"
340
+
341
+ {System}
342
+
343
+ <|User|>
344
+
345
+ {User}. Always end your response with "<|EOT|>"
346
+
347
+ <|Assistant|>
348
+
349
+ {Assistant}
350
+ ```
351
+
352
  The models that were used in this merger were as follow:
353
 
354
  - https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct