zekun-li commited on
Commit
6a55ba1
·
1 Parent(s): 464b3fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,8 @@ license: cc-by-nc-2.0
8
 
9
  GeoLM is a language model based on BERT that facilitates **geospatial understanding** in NL documents. It can take either NL sentences or linearized geographical region as input. The customized geocoordinate embedding module enables it to encode geographic coordinates efficiently. It is pretrained on world-wide OpenStreetMap (OSM), WikiData and Wikipedia data, and can be adapted to various geospatial related downstream tasks such as **toponym recognition** and **toponym linking**.
10
 
 
 
11
  ## Model Details
12
 
13
  ### Model Description
 
8
 
9
  GeoLM is a language model based on BERT that facilitates **geospatial understanding** in NL documents. It can take either NL sentences or linearized geographical region as input. The customized geocoordinate embedding module enables it to encode geographic coordinates efficiently. It is pretrained on world-wide OpenStreetMap (OSM), WikiData and Wikipedia data, and can be adapted to various geospatial related downstream tasks such as **toponym recognition** and **toponym linking**.
10
 
11
+ * Model fine-tuned for toponym recognition: https://huggingface.co/zekun-li/geolm-base-toponym-recognition
12
+
13
  ## Model Details
14
 
15
  ### Model Description