Update README.md
Browse files
README.md
CHANGED
@@ -52,3 +52,8 @@ classifier = pipeline('fill-mask', model=model, tokenizer=tokenizer,device="cpu"
|
|
52 |
print(classifier("I [MASK] to the store yesterday."))
|
53 |
```
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
52 |
print(classifier("I [MASK] to the store yesterday."))
|
53 |
```
|
54 |
|
55 |
+
# Join the Nomic Community
|
56 |
+
|
57 |
+
- Nomic: [https://nomic.ai](https://nomic.ai)
|
58 |
+
- Discord: [https://discord.gg/myY5YDR8z8](https://discord.gg/myY5YDR8z8)
|
59 |
+
- Twitter: [https://twitter.com/nomic_ai](https://twitter.com/nomic_ai)
|