mmosiolek commited on
Commit
5505102
·
1 Parent(s): 600e946

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ model = LlamaForCausalLM.from_pretrained(base)
41
  model = PeftModel.from_pretrained(model, finetuned).to("cuda")
42
  ```
43
 
44
- For output generation use the following code:
45
 
46
 
47
  ```python
 
41
  model = PeftModel.from_pretrained(model, finetuned).to("cuda")
42
  ```
43
 
44
+ For output generation use the following code. Feel free to adjust the parameters according to your needs.
45
 
46
 
47
  ```python