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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,8 +15,11 @@ metrics:
|
|
| 15 |
pipeline_tag: token-classification
|
| 16 |
widget:
|
| 17 |
- text: >-
|
| 18 |
-
Minneapolis, officially the City of Minneapolis, is a city in the state of
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
| 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,
|
|
|
|
| 15 |
pipeline_tag: token-classification
|
| 16 |
widget:
|
| 17 |
- text: >-
|
| 18 |
+
Minneapolis, officially the City of Minneapolis, is a city in the state of Minnesota
|
| 19 |
+
and the county seat of Hennepin County. As of the 2020 census the population was
|
| 20 |
+
429,954, making it the largest city in Minnesota and the 46th-most-populous in the
|
| 21 |
+
United States. Nicknamed the "City of Lakes", Minneapolis is abundant in water,
|
| 22 |
+
with thirteen lakes, wetlands, the Mississippi River, creeks, and waterfalls.
|
| 23 |
- text: >-
|
| 24 |
Los Angeles, often referred to by its initials L.A., is the most populous
|
| 25 |
city in California, the most populous U.S. state. It is the commercial, financial,
|