spacemanidol commited on
Commit
10a21ab
1 Parent(s): 6ae1a8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -8
README.md CHANGED
@@ -2976,14 +2976,6 @@ for query, query_scores in zip(queries, scores):
2976
  ```
2977
 
2978
 
2979
- If you use the long context model with more than 2048 tokens, ensure that you initialize the model like below instead. This will use [RPE](https://arxiv.org/abs/2104.09864) to allow up to 8192 tokens.
2980
-
2981
-
2982
- ``` py
2983
- model = AutoModel.from_pretrained('Snowflake/arctic-embed-m-long', trust_remote_code=True, rotary_scaling_factor=2)
2984
- ```
2985
-
2986
-
2987
  ## FAQ
2988
 
2989
 
 
2976
  ```
2977
 
2978
 
 
 
 
 
 
 
 
 
2979
  ## FAQ
2980
 
2981