marcelbinz commited on
Commit
9d8b67d
·
verified ·
1 Parent(s): 24fd438

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -18,6 +18,8 @@ Llama-3.1-Centaur-70B is a foundation model of cognition model that can predict
18
 
19
  ### Usage:
20
 
 
 
21
  This is the low-rank adapter which runs with unsloth on a single 80GB GPU.
22
 
23
  ```python
 
18
 
19
  ### Usage:
20
 
21
+ Note that Centaur is trained on a data set in which human choices are encapsuled by "<<" and ">>" tokens. For optimal performance, it is recommended to adjust prompts accordingly.
22
+
23
  This is the low-rank adapter which runs with unsloth on a single 80GB GPU.
24
 
25
  ```python