Instructions to use dronenlp/DroNER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dronenlp/DroNER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="dronenlp/DroNER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("dronenlp/DroNER") model = AutoModelForTokenClassification.from_pretrained("dronenlp/DroNER") - Notebooks
- Google Colab
- Kaggle
Commit ·
f059509
1
Parent(s): 854f93e
Upload ner_drone_290322_1655.h5
Browse files- ner_drone_290322_1655.h5 +3 -0
ner_drone_290322_1655.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fa01df682340fa67a8ca518292d844f9995e8ca0838af7e85b3d60b4b85654d
|
| 3 |
+
size 1091328
|