rombodawg commited on
Commit
dc5d6fd
1 Parent(s): 3873c1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -26,14 +26,24 @@ This is a preview look at our flagship model, **Replete-LLM**. This version of t
26
  - **History**: (General Historical Data)
27
  - **Law**: (Legal Q&A)
28
  - **Role-Play**: (Couple-RP, Roleplay Conversations)
29
- - **News**: (News Generation)
 
30
  - **Coding**: (3 million rows of coding data in over 100 coding languages)
31
  - **Math**: (Math data from TIGER-Lab/MathInstruct)
32
  - **Function Calling**: (Function calling data from "glaiveai/glaive-function-calling-v2")
33
  - **General Instruction**: (All of teknium/OpenHermes-2.5 fully filtered and uncensored)
34
 
35
  At **Replete-AI**, we hope you utilize our open-source model locally for your work and enjoyment rather than paying companies like **OpenAI** and **Anthropic AI**, or anyone who charges fees for using AI models. We believe in complete freedom and openness for AI usage by everyone. Therefore, please enjoy our model and anticipate the final release within a few weeks.
36
-
 
 
 
 
 
 
 
 
 
37
  ______________________________________________________________________________________________
38
 
39
  The code to finetune this AI model can be found bellow
 
26
  - **History**: (General Historical Data)
27
  - **Law**: (Legal Q&A)
28
  - **Role-Play**: (Couple-RP, Roleplay Conversations)
29
+ - **
30
+ News**: (News Generation)
31
  - **Coding**: (3 million rows of coding data in over 100 coding languages)
32
  - **Math**: (Math data from TIGER-Lab/MathInstruct)
33
  - **Function Calling**: (Function calling data from "glaiveai/glaive-function-calling-v2")
34
  - **General Instruction**: (All of teknium/OpenHermes-2.5 fully filtered and uncensored)
35
 
36
  At **Replete-AI**, we hope you utilize our open-source model locally for your work and enjoyment rather than paying companies like **OpenAI** and **Anthropic AI**, or anyone who charges fees for using AI models. We believe in complete freedom and openness for AI usage by everyone. Therefore, please enjoy our model and anticipate the final release within a few weeks.
37
+ ______________________________________________________________________________________________
38
+ ## Prompt Template: ChatML
39
+ ```
40
+ <|im_start|>system
41
+ {}<|im_end|>
42
+ <|im_start|>user
43
+ {}<|im_end|>
44
+ <|im_start|>assistant
45
+ {}
46
+ ```
47
  ______________________________________________________________________________________________
48
 
49
  The code to finetune this AI model can be found bellow