Instructions to use togethercomputer/m2-bert-80M-32k-retrieval with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use togethercomputer/m2-bert-80M-32k-retrieval with Transformers:
# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("togethercomputer/m2-bert-80M-32k-retrieval", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -90,6 +90,10 @@ print(generate_together_embeddings(
|
|
| 90 |
)
|
| 91 |
```
|
| 92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
## Citation
|
| 94 |
|
| 95 |
If you use this model, or otherwise found our work valuable, you can cite us as follows:
|
|
|
|
| 90 |
)
|
| 91 |
```
|
| 92 |
|
| 93 |
+
## Acknowledgments
|
| 94 |
+
|
| 95 |
+
Alycia Lee helped with AutoModel support.
|
| 96 |
+
|
| 97 |
## Citation
|
| 98 |
|
| 99 |
If you use this model, or otherwise found our work valuable, you can cite us as follows:
|