Walmart-the-bag's picture
correct license
67d8f55 verified
|
raw
history blame
1.68 kB
metadata
language:
  - en
license: llama3
tags:
  - text-generation-inference
  - transformers
  - unsloth
  - llama
  - trl
  - sft
base_model: unsloth/llama-3-8b-Instruct-bnb-4bit

It was pointed out to me by a community member that my dataset used to train this model had a huge flaw because of how I created it, because of that I am retraining this model. Look forward to a V2 coming in the next week. About 1/4 of the data in the dataset had intentionally wrongly written code. I am removing that code and retraining the model. Despite that the model still performs very well. I expect the 2nd itteration to perform even better.


llama-3-8B-Instruct-Coder

image/jpeg

This model is llama-3-8b-instruct from Meta (uploaded by unsloth) trained on the full 65k Codefeedback dataset + the additional 150k Code Feedback Filtered Instruction dataset combined. You can find that dataset linked below. This AI model was trained with the new Qalore method developed by my good friend on Discord and fellow Replete-AI worker walmartbag.

The Qalore method uses Qlora training along with the methods from Galore for additional reductions in VRAM allowing for llama-3-8b to be loaded on 14.5 GB of VRAM. This allowed this training to be completed on an RTX A4000 16GB in 130 hours for less than $20.

Dataset used for training this model:

Qalore notebook for training: