Token Classification
Transformers
PyTorch
Safetensors
English
bert
toponym detection
language model
geospatial understanding
geolm
Instructions to use knowledge-computing/geolm-base-toponym-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use knowledge-computing/geolm-base-toponym-recognition with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="knowledge-computing/geolm-base-toponym-recognition")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("knowledge-computing/geolm-base-toponym-recognition") model = AutoModelForTokenClassification.from_pretrained("knowledge-computing/geolm-base-toponym-recognition") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ widget:
|
|
| 31 |
# Model Card for GeoLM model for Toponym Recognition
|
| 32 |
|
| 33 |
<!-- Provide a quick summary of what the model is/does. [Optional] -->
|
| 34 |
-
A language model for
|
| 35 |
|
| 36 |
|
| 37 |
|
|
|
|
| 31 |
# Model Card for GeoLM model for Toponym Recognition
|
| 32 |
|
| 33 |
<!-- Provide a quick summary of what the model is/does. [Optional] -->
|
| 34 |
+
A language model for detecting toponyms (i.e. place names) from sentences. We pretrain the GeoLM model on world-wide OpenStreetMap (OSM), WikiData and Wikipedia data, then fine-tune it for Toponym Recognition task on GeoWebNews dataset
|
| 35 |
|
| 36 |
|
| 37 |
|