Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
Llama2 (7B) model fine-tuned on the CodeAlpaca 20k instructions dataset by using the method QLoRA with PEFT library.
|
| 5 |
+
|
| 6 |
+
Training and evaluation data 📚
|
| 7 |
+
|
| 8 |
+
CodeAlpaca_20K: contains 20K instruction-following data used for fine-tuning the Code Alpaca model.
|
| 9 |
+
Data is here: https://huggingface.co/mrm8488/falcon-7b-ft-codeAlpaca_20k
|
| 10 |
+
The adapter is here: https://huggingface.co/skar01/llama2-coder
|
| 11 |
+
The base model is: TinyPixel/Llama-2-7B-bf16-sharded
|