Instructions to use NbAiLab/nb-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-bert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLab/nb-bert-base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("NbAiLab/nb-bert-base", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Typo
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ widget:
|
|
| 12 |
- **Release 1.1** (March 11, 2021)
|
| 13 |
- **Release 1.0** (January 13, 2021)
|
| 14 |
|
| 15 |
-
# NB-
|
| 16 |
|
| 17 |
## Description
|
| 18 |
|
|
|
|
| 12 |
- **Release 1.1** (March 11, 2021)
|
| 13 |
- **Release 1.0** (January 13, 2021)
|
| 14 |
|
| 15 |
+
# NB-BERT-base
|
| 16 |
|
| 17 |
## Description
|
| 18 |
|