Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ This instruction model was built via parameter-efficient QLoRA finetuning of [ll
|
|
| 15 |
|
| 16 |
* Model license: Llama 2 Community License Agreement
|
| 17 |
* Basic usage: [notebook](assets/basic_inference_llama_2_13b_dolphin.ipynb)
|
| 18 |
-
* Finetuning
|
| 19 |
* Loss curves: [plot](https://huggingface.co/dfurman/llama-2-13b-dolphin-peft#finetuning-description)
|
| 20 |
* Runtime stats: [table](https://huggingface.co/dfurman/llama-2-13b-dolphin-peft#runtime-tests)
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
* Model license: Llama 2 Community License Agreement
|
| 17 |
* Basic usage: [notebook](assets/basic_inference_llama_2_13b_dolphin.ipynb)
|
| 18 |
+
* Finetuning script: [notebook](https://github.com/daniel-furman/sft-demos/blob/main/src/sft/one_gpu/llama-2/dolphin/sft-llama-2-13b-dolphin-peft.py)
|
| 19 |
* Loss curves: [plot](https://huggingface.co/dfurman/llama-2-13b-dolphin-peft#finetuning-description)
|
| 20 |
* Runtime stats: [table](https://huggingface.co/dfurman/llama-2-13b-dolphin-peft#runtime-tests)
|
| 21 |
|