munish0838 commited on
Commit
e5522b1
1 Parent(s): 7623d2f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - text-generation-inference
7
+ - transformers
8
+ - unsloth
9
+ - llama
10
+ - trl
11
+ - sft
12
+ base_model: rombodawg/Llama-3-8B-Instruct-Coder
13
+ pipeline_tag: text-generation
14
+ ---
15
+
16
+ # llama-3-8B-Instruct-Coder-GGUF
17
+
18
+ - This is Quantized version of [rombodawg/Llama-3-8B-Instruct-Coder](https://huggingface.co/rombodawg/Llama-3-8B-Instruct-Coder) created using llama.cpp
19
+
20
+ # Model Description
21
+
22
+ 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.
23
+
24
+ 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.
25
+
26
+ Dataset used for training this model:
27
+
28
+ - https://huggingface.co/datasets/Replete-AI/OpenCodeInterpreterData
29
+
30
+ Qalore notebook for training:
31
+
32
+ - https://colab.research.google.com/drive/1bX4BsjLcdNJnoAf7lGXmWOgaY8yekg8p?usp=sharing