Token Classification
Transformers
TensorFlow
English
bert
generated_from_keras_callback
named entity recognition
bert-base finetuned
umair akram
Instructions to use MUmairAB/bert-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MUmairAB/bert-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="MUmairAB/bert-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("MUmairAB/bert-ner") model = AutoModelForTokenClassification.from_pretrained("MUmairAB/bert-ner") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,8 +18,6 @@ library_name: transformers
|
|
| 18 |
pipeline_tag: token-classification
|
| 19 |
---
|
| 20 |
|
| 21 |
-
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 22 |
-
probably proofread and complete it, then remove this comment. -->
|
| 23 |
|
| 24 |
# MUmairAB/bert-ner
|
| 25 |
|
|
|
|
| 18 |
pipeline_tag: token-classification
|
| 19 |
---
|
| 20 |
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# MUmairAB/bert-ner
|
| 23 |
|