Instructions to use nlpaueb/sec-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpaueb/sec-bert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nlpaueb/sec-bert-base")# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("nlpaueb/sec-bert-base") model = AutoModelForPreTraining.from_pretrained("nlpaueb/sec-bert-base") - Inference
- Notebooks
- Google Colab
- Kaggle
Upload tf_model.h5 with git-lfs
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3aa47f690ba0a493d0ea6a4126fa014a6268e5f50b7439d4f12f668cedb81f1
|
| 3 |
+
size 532854280
|