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
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
- financial
|
| 9 |
widget:
|
| 10 |
- text: "Total net sales [MASK] 2% or $5.4 billion during 2019 compared to 2018."
|
| 11 |
-
-text: "Total net sales decreased 2% or $5.4 [MASK] during 2019 compared to 2018."
|
| 12 |
---
|
| 13 |
|
| 14 |
# SEC-BERT
|
|
|
|
| 8 |
- financial
|
| 9 |
widget:
|
| 10 |
- text: "Total net sales [MASK] 2% or $5.4 billion during 2019 compared to 2018."
|
| 11 |
+
- text: "Total net sales decreased 2% or $5.4 [MASK] during 2019 compared to 2018."
|
| 12 |
---
|
| 13 |
|
| 14 |
# SEC-BERT
|