rombodawg commited on
Commit
ee56cde
1 Parent(s): ee6c008

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -34
README.md CHANGED
@@ -13,39 +13,26 @@ This is a preview look at our flagship model, Replete-LLM. This version of the m
13
 
14
  # Model card:
15
 
16
- Replete-LLM is Replete-AI's flagship model. We pride ourselves on releasing a fully open-source, low parameter, and compeditive AI model that not only exceeds its predicesor (Qwen/Qwen2-7B-Instruct) in performance, but also competes with other flagship models like (google/gemma-2-9b-it) and (meta-llama/Meta-Llama-3-8B-Instruct) in terms of overall performance in all fields and catagories.
17
-
18
- Replete-LLM-Qwen2-7b is a general purpose model finetuned to perform well on every task you can imagine. Generations of the following type were all including in the finetuning process:
19
-
20
- - Science: (General, Physical reasoning)
21
-
22
- - Social media: (Reddit, Twitter)
23
-
24
- - General Knowledge: (Character-Codex), (Famous_Quotes), (Steam Video Games), (How-To? Explinations)
25
-
26
- - Cooking: (Cooking prefrences, Recipes)
27
-
28
- - Writing: (Poetry, Essays, General Writing)
29
-
30
- - Medicine: (General Medical Data)
31
-
32
- - History: (General Historical Data)
33
-
34
- - Law: (Legal Q/A)
35
-
36
- - Role-Play (Couple-RP, Roleplay Conversations)
37
-
38
- - News (News Generations)
39
-
40
- - Coding (3 million rows of coding data in over 100 coding languages)
41
-
42
- - Math: (Math data form TIGER-Lab/MathInstruct)
43
-
44
- - Function calling: (Function calling data from "glaiveai/glaive-function-calling-v2")
45
-
46
- - General Instruct: (All of teknium/OpenHermes-2.5 fully filtered and uncensored)
47
-
48
- We at Replete-AI hope you use our open-source model locally to do your work and play instead of paying companies like Open-AI and Anthropic AI, or whoever else charges money to use AI models. We believe in completely free and open source AI use for all. So please enjoy our model, and look forward to the final release in a few weeks.
49
 
50
  ______________________________________________________________________________________________
51
 
@@ -53,7 +40,8 @@ The code to finetune this AI model can be found bellow
53
 
54
  - https://colab.research.google.com/drive/1vIrqH5uYDQwsJ4-OO3DErvuv4pBgVwk4?usp=sharing
55
 
56
- - Note this model in particular was finetunes using an h100 using Tensordock.com. In order to use Unsloth code with tensordock you need to run the following code (Bellow) to reinstall drivers on tensordock before unsloth works. After running the code bellow, your Virtual Machine will reset, and you will have to SSH back into it. And then you can run the normal unsloth code in order.
 
57
 
58
  ```python
59
  # Check Current Size
 
13
 
14
  # Model card:
15
 
16
+ **Replete-LLM** is **Replete-AI**'s flagship model. We take pride in releasing a fully open-source, low parameter, and competitive AI model that not only surpasses its predecessor (Qwen/Qwen2-7B-Instruct) in performance, but also competes with other flagship models such as (google/gemma-2-9b-it) and (meta-llama/Meta-Llama-3-8B-Instruct) in terms of overall performance across all fields and categories.
17
+
18
+ **Replete-LLM-Qwen2-7b** is a versatile model fine-tuned to excel on any imaginable task. The following types of generations were included in the fine-tuning process:
19
+
20
+ - **Science**: (General, Physical Reasoning)
21
+ - **Social Media**: (Reddit, Twitter)
22
+ - **General Knowledge**: (Character-Codex), (Famous Quotes), (Steam Video Games), (How-To? Explanations)
23
+ - **Cooking**: (Cooking Preferences, Recipes)
24
+ - **Writing**: (Poetry, Essays, General Writing)
25
+ - **Medicine**: (General Medical Data)
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
 
 
40
 
41
  - https://colab.research.google.com/drive/1vIrqH5uYDQwsJ4-OO3DErvuv4pBgVwk4?usp=sharing
42
 
43
+ -
44
+ Note this model in particular was finetunes using an h100 using Tensordock.com. In order to use Unsloth code with tensordock you need to run the following code (Bellow) to reinstall drivers on tensordock before unsloth works. After running the code bellow, your Virtual Machine will reset, and you will have to SSH back into it. And then you can run the normal unsloth code in order.
45
 
46
  ```python
47
  # Check Current Size