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 Qwen2-7B-Instruct in performance, but also competes with (if not surpasses) other flagship models from closed source like gpt-3.5-turbo, but also open source models such as gemma-2-9b-it
and Meta-Llama-3.1-8B-Instruct in terms of overall performance across all fields and categories. You can find the dataset that this model was trained on linked bellow:
Some statistics about the data the model was trained on can be found in the image and details bellow, while a more comprehensive look can be found in the model card for the dataset. (linked above):
image/png
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:
Science: (General, Physical Reasoning)
Social Media: (Reddit, Twitter)
General Knowledge: (Character-Codex), (Famous Quotes), (Steam Video Games), (How-To? Explanations)
Cooking: (Cooking Preferences, Recipes)
Writing: (Poetry, Essays, General Writing)
Medicine: (General Medical Data)
History: (General Historical Data)
Law: (Legal Q&A)
Role-Play: (Couple-RP, Roleplay Conversations)
News: (News Generation)
Coding: (3 million rows of coding data in over 100 coding languages)
Math: (Math data from TIGER-Lab/MathInstruct)
Function Calling: (Function calling data from "glaiveai/glaive-function-calling-v2")
General Instruction: (All of teknium/OpenHermes-2.5 fully filtered and uncensored)
Note this model in particular was finetuned using an h100 using Tensordock.com using the Pytorch OS. 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.