CoolFace
Modelpublic

QuantFactory/Llama-3-8B-Instruct-Coder-GGUF

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
2likes745downloads
README.md32 linesDownload Raw Back to root
1---2language:3- en4license: apache-2.05tags:6- text-generation-inference7- transformers8- unsloth9- llama10- trl11- sft12base_model: rombodawg/Llama-3-8B-Instruct-Coder13pipeline_tag: text-generation14---15 16# llama-3-8B-Instruct-Coder-GGUF17 18- This is Quantized version of [rombodawg/Llama-3-8B-Instruct-Coder](https://huggingface.co/rombodawg/Llama-3-8B-Instruct-Coder) created using llama.cpp19 20# Model Description21 22This 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.23 24The 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.25 26Dataset used for training this model:27 28- https://huggingface.co/datasets/Replete-AI/OpenCodeInterpreterData29 30Qalore notebook for training:31 32- https://colab.research.google.com/drive/1bX4BsjLcdNJnoAf7lGXmWOgaY8yekg8p?usp=sharing