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
|
@@ -17,6 +17,12 @@ widget:
|
|
| 17 |
- text: >-
|
| 18 |
Minneapolis, officially the City of Minneapolis, is a city in the state of
|
| 19 |
Minnesota and the county seat of Hennepin County.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Model Card for GeoLM model for Toponym Recognition
|
|
|
|
| 17 |
- text: >-
|
| 18 |
Minneapolis, officially the City of Minneapolis, is a city in the state of
|
| 19 |
Minnesota and the county seat of Hennepin County.
|
| 20 |
+
- text: >-
|
| 21 |
+
Los Angeles, often referred to by its initials L.A., is the most populous
|
| 22 |
+
city in California, the most populous U.S. state. It is the commercial, financial,
|
| 23 |
+
and cultural center of Southern California. Los Angeles is the second-most populous
|
| 24 |
+
city in the United States after New York City, with a population of roughly 3.9
|
| 25 |
+
million residents within the city limits as of 2020.
|
| 26 |
---
|
| 27 |
|
| 28 |
# Model Card for GeoLM model for Toponym Recognition
|