Update README.md
Browse files
README.md
CHANGED
@@ -2697,4 +2697,8 @@ The model natively supports scaling of the sequence length past 2048 tokens. To
|
|
2697 |
+ model = AutoModel.from_pretrained('nomic-ai/nomic-embed-text-v1-unsupervised', trust_remote_code=True, rotary_scaling_factor=2)
|
2698 |
```
|
2699 |
|
|
|
2700 |
|
|
|
|
|
|
|
|
2697 |
+ model = AutoModel.from_pretrained('nomic-ai/nomic-embed-text-v1-unsupervised', trust_remote_code=True, rotary_scaling_factor=2)
|
2698 |
```
|
2699 |
|
2700 |
+
# Join the Nomic Community
|
2701 |
|
2702 |
+
- Nomic: [https://nomic.ai](https://nomic.ai)
|
2703 |
+
- Discord: [https://discord.gg/myY5YDR8z8](https://discord.gg/myY5YDR8z8)
|
2704 |
+
- Twitter: [https://twitter.com/nomic_ai](https://twitter.com/nomic_ai)
|