Instructions to use botryan96/GeoBERT_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use botryan96/GeoBERT_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="botryan96/GeoBERT_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("botryan96/GeoBERT_NER") model = AutoModelForTokenClassification.from_pretrained("botryan96/GeoBERT_NER") - Notebooks
- Google Colab
- Kaggle
1st Trial Version of GeoBERT
Browse files- tf_model.h5 +1 -1
- tokenizer.json +0 -0
- vocab.txt +0 -0
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437612588
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ab2d1ac6949e61f8405978264639e41131031043d481db29afd0f124872cdfc
|
| 3 |
size 437612588
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocab.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|