baruga commited on
Commit
30ede72
1 Parent(s): 3fce83f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -24,4 +24,6 @@ model = PeftModel.from_pretrained(
24
  model, "baruga/alpaca-lora-13b",
25
  torch_dtype=torch.float16
26
  )
27
- ```
 
 
 
24
  model, "baruga/alpaca-lora-13b",
25
  torch_dtype=torch.float16
26
  )
27
+ ```
28
+
29
+ For further information, check out this Github repo: https://github.com/tloen/alpaca-lora.