Tochka-AI commited on
Commit
acc6e65
1 Parent(s): ce7fce4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ The model is trained on contexts **up to 512 tokens** in length, but can be used
19
 
20
  ### Usage
21
 
22
- Important: To load the model correctly, you must enable code from the model repository `trust_remote_code=True`, this will download the modeling_rope_bert.py script and load the weights into the correct architecture.
23
  Otherwise, you can download this script manually and use classes from it directly to load the model.
24
 
25
  #### Basic usage (no efficient attention)
 
19
 
20
  ### Usage
21
 
22
+ **Important**: To load the model correctly, you must enable dowloading code from the model's repository: `trust_remote_code=True`, this will download the **modeling_rope_bert.py** script and load the weights into the correct architecture.
23
  Otherwise, you can download this script manually and use classes from it directly to load the model.
24
 
25
  #### Basic usage (no efficient attention)