Instructions to use SBB/sbb_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SBB/sbb_ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="SBB/sbb_ner")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SBB/sbb_ner", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model_ep7.bin with git-lfs
Browse files- pytorch_model_ep7.bin +3 -0
pytorch_model_ep7.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c46270bed10224037fbc3b15f9e7fad4ecb44d93e10dd0a5d666551678fccfb
|
| 3 |
+
size 711497873
|