Instructions to use IreNkweke/bert-finetuned-ner-ontonotes5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IreNkweke/bert-finetuned-ner-ontonotes5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="IreNkweke/bert-finetuned-ner-ontonotes5")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("IreNkweke/bert-finetuned-ner-ontonotes5") model = AutoModelForTokenClassification.from_pretrained("IreNkweke/bert-finetuned-ner-ontonotes5", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -111,7 +111,9 @@ The following hyperparameters were used during training:
|
|
| 111 |
For questions, comments, or issues with the model, please contact:
|
| 112 |
|
| 113 |
Name: [Irechukwu Nkweke]
|
|
|
|
| 114 |
Email: [mnkweke@yahoo.com]
|
|
|
|
| 115 |
GitHub: [https://github.com/mnkweke]
|
| 116 |
|
| 117 |
## Acknowledgments
|
|
|
|
| 111 |
For questions, comments, or issues with the model, please contact:
|
| 112 |
|
| 113 |
Name: [Irechukwu Nkweke]
|
| 114 |
+
|
| 115 |
Email: [mnkweke@yahoo.com]
|
| 116 |
+
|
| 117 |
GitHub: [https://github.com/mnkweke]
|
| 118 |
|
| 119 |
## Acknowledgments
|