aspctu commited on
Commit
a3f746c
·
1 Parent(s): 2859edf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ This is a Llama model instruction-finetuned with LoRa for 3 epochs on the Tatsu
11
  To run this model, you can run the following
12
 
13
  ```
14
- # Code adapter from https://github.com/tloen/alpaca-lora
15
  import torch
16
  from peft import PeftModel
17
  import transformers
 
11
  To run this model, you can run the following
12
 
13
  ```
14
+ # Code adapted from https://github.com/tloen/alpaca-lora
15
  import torch
16
  from peft import PeftModel
17
  import transformers