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_70b_dolphin.ipynb)
|
18 |
-
* Finetuning code: [notebook](https://github.com/daniel-furman/sft-demos/blob/main/src/sft/one_gpu/llama-2/dolphin/sft-llama-2-70b-dolphin-peft.
|
19 |
* Loss curves: [plot](https://huggingface.co/dfurman/llama-2-70b-dolphin-peft#finetuning-description)
|
20 |
* Runtime stats: [table](https://huggingface.co/dfurman/llama-2-70b-dolphin-peft#runtime-tests)
|
21 |
|
|
|
15 |
|
16 |
* Model license: Llama 2 Community License Agreement
|
17 |
* Basic usage: [notebook](assets/basic_inference_llama_2_70b_dolphin.ipynb)
|
18 |
+
* Finetuning code: [notebook](https://github.com/daniel-furman/sft-demos/blob/main/src/sft/one_gpu/llama-2/dolphin/sft-llama-2-70b-dolphin-peft.py)
|
19 |
* Loss curves: [plot](https://huggingface.co/dfurman/llama-2-70b-dolphin-peft#finetuning-description)
|
20 |
* Runtime stats: [table](https://huggingface.co/dfurman/llama-2-70b-dolphin-peft#runtime-tests)
|
21 |
|