vincentmin commited on
Commit
cbe7f49
·
1 Parent(s): f0db376

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -51,6 +51,9 @@ For best results, one should use the prompt format used during training:
51
  prompt = "prompter: <prompt_1> assistant: <response_1> prompter: <prompt_2> ..."
52
  ```
53
 
 
 
 
54
  ## Intended uses & limitations
55
 
56
  Since the model was trained on oasst1 data, the reward will reflect any biases present in the oasst1 data.
 
51
  prompt = "prompter: <prompt_1> assistant: <response_1> prompter: <prompt_2> ..."
52
  ```
53
 
54
+ Please use a version of peft where [#755](https://github.com/huggingface/peft/pull/755) has been merged to make sure the model is loaded correctly. You can install `peft` with `pip install git+https://github.com/huggingface/peft.git` to make sure this is the case.
55
+
56
+
57
  ## Intended uses & limitations
58
 
59
  Since the model was trained on oasst1 data, the reward will reflect any biases present in the oasst1 data.