Instructions to use SamuelYang/SentMAE_BEIR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamuelYang/SentMAE_BEIR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="SamuelYang/SentMAE_BEIR")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("SamuelYang/SentMAE_BEIR") model = AutoModelForMaskedLM.from_pretrained("SamuelYang/SentMAE_BEIR") - Notebooks
- Google Colab
- Kaggle
Commit ·
a781ba1
1
Parent(s): b5d1cb9
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b7d77f9fcadadf6b9a787b0eac3025a63ea44430c4b49f0096f7c1b65fa25b2
|
| 3 |
+
size 437998385
|