Instructions to use AnonymousSub/specter-bert-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnonymousSub/specter-bert-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AnonymousSub/specter-bert-model")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/specter-bert-model") model = AutoModel.from_pretrained("AnonymousSub/specter-bert-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
9921296
1
Parent(s): 7a207d0
Upload pytorch_model.bin with git-lfs
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:daf29814ab465bbb5982f2690639dc5d5679913937bb3926cc6d4cc9321da8c7
|
| 3 |
+
size 438012727
|