Instructions to use shaina/BNER-BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shaina/BNER-BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="shaina/BNER-BERT")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("shaina/BNER-BERT") model = AutoModelForTokenClassification.from_pretrained("shaina/BNER-BERT") - Notebooks
- Google Colab
- Kaggle
Upload tf_model.h5
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:d3fae3fd4385ca4cadf97d986677f221e9110dda3050a6b4d43b8e980def3b63
|
| 3 |
+
size 431505876
|