Text Generation
PEFT
Safetensors
llama-2
Eval Results
dfurman commited on
Commit
709626e
1 Parent(s): a070610

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.ipynb)
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