samhog commited on
Commit
f3bd8aa
1 Parent(s): ed64d59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ model = LLaMAForCausalLM.from_pretrained(
27
  load_in_8bit=True,
28
  device_map="auto",
29
  )
30
- model = PeftModel.from_pretrained(model, "samhog/psychology-llama-rlaif")
31
  ```
32
 
33
  **Authors:**
 
27
  load_in_8bit=True,
28
  device_map="auto",
29
  )
30
+ model = PeftModel.from_pretrained(model, "samhog/psychology-llama-rlhf")
31
  ```
32
 
33
  **Authors:**