zekun-li commited on
Commit
8fdee0c
1 Parent(s): 7c2595f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +251 -0
README.md ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ thumbnail: url to a thumbnail used in social sharing
5
+ tags:
6
+ - toponym detection
7
+ - language model
8
+ - geospatial understanding
9
+ - geolm
10
+ license: cc-by-nc-2.0
11
+ datasets:
12
+ - GeoWebNews
13
+ metrics:
14
+ - f1
15
+ pipeline_tag: text-classification
16
+ ---
17
+
18
+ # Model Card for GeoLM model for Toponym Recognition
19
+
20
+ <!-- Provide a quick summary of what the model is/does. [Optional] -->
21
+ Pretrain the GeoLM model on world-wide OpenStreetMap (OSM), WikiData and Wikipedia data, then fine-tune it for Toponym Recognition task on GeoWebNews dataset
22
+
23
+
24
+
25
+
26
+ # Table of Contents
27
+
28
+ - [Model Card for GeoLM model for Toponym Recognition](#model-card-for--model_id-)
29
+ - [Table of Contents](#table-of-contents)
30
+ - [Table of Contents](#table-of-contents-1)
31
+ - [Model Details](#model-details)
32
+ - [Model Description](#model-description)
33
+ - [Uses](#uses)
34
+ - [Direct Use](#direct-use)
35
+ - [Downstream Use [Optional]](#downstream-use-optional)
36
+ - [Out-of-Scope Use](#out-of-scope-use)
37
+ - [Bias, Risks, and Limitations](#bias-risks-and-limitations)
38
+ - [Recommendations](#recommendations)
39
+ - [Training Details](#training-details)
40
+ - [Training Data](#training-data)
41
+ - [Training Procedure](#training-procedure)
42
+ - [Preprocessing](#preprocessing)
43
+ - [Speeds, Sizes, Times](#speeds-sizes-times)
44
+ - [Evaluation](#evaluation)
45
+ - [Testing Data, Factors & Metrics](#testing-data-factors--metrics)
46
+ - [Testing Data](#testing-data)
47
+ - [Factors](#factors)
48
+ - [Metrics](#metrics)
49
+ - [Results](#results)
50
+ - [Model Examination](#model-examination)
51
+ - [Environmental Impact](#environmental-impact)
52
+ - [Technical Specifications [optional]](#technical-specifications-optional)
53
+ - [Model Architecture and Objective](#model-architecture-and-objective)
54
+ - [Compute Infrastructure](#compute-infrastructure)
55
+ - [Hardware](#hardware)
56
+ - [Software](#software)
57
+ - [Citation](#citation)
58
+ - [Glossary [optional]](#glossary-optional)
59
+ - [More Information [optional]](#more-information-optional)
60
+ - [Model Card Authors [optional]](#model-card-authors-optional)
61
+ - [Model Card Contact](#model-card-contact)
62
+ - [How to Get Started with the Model](#how-to-get-started-with-the-model)
63
+
64
+
65
+ # Model Details
66
+
67
+ ## Model Description
68
+
69
+ <!-- Provide a longer summary of what this model is/does. -->
70
+ Pretrain the GeoLM model on world-wide OpenStreetMap (OSM), WikiData and Wikipedia data, then fine-tune it for Toponym Recognition task on GeoWebNews dataset
71
+
72
+ - **Developed by:** Zekun Li
73
+ - **Model type:** Language model for geospatial understanding
74
+ - **Language(s) (NLP):** en
75
+ - **License:** cc-by-nc-2.0
76
+ - **Parent Model:** https://huggingface.co/bert-base-cased
77
+ - **Resources for more information:** li002666[Shift+2]umn.edu
78
+
79
+
80
+
81
+ # Uses
82
+
83
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
84
+
85
+ ## Direct Use
86
+
87
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
88
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
89
+
90
+
91
+
92
+
93
+ ## Downstream Use [Optional]
94
+
95
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
96
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
97
+
98
+
99
+
100
+
101
+ ## Out-of-Scope Use
102
+
103
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
104
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
105
+
106
+
107
+
108
+
109
+ # Bias, Risks, and Limitations
110
+
111
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
112
+
113
+ Significant research has explored bias and fairness issues with language models (see, e.g., [Sheng et al. (2021)](https://aclanthology.org/2021.acl-long.330.pdf) and [Bender et al. (2021)](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)). Predictions generated by the model may include disturbing and harmful stereotypes across protected classes; identity characteristics; and sensitive, social, and occupational groups.
114
+
115
+
116
+ ## Recommendations
117
+
118
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
119
+
120
+
121
+
122
+
123
+
124
+ # Training Details
125
+
126
+ ## Training Data
127
+
128
+ <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
129
+
130
+ More information on training data needed
131
+
132
+
133
+ ## Training Procedure
134
+
135
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
136
+
137
+ ### Preprocessing
138
+
139
+ More information needed
140
+
141
+ ### Speeds, Sizes, Times
142
+
143
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
144
+
145
+ More information needed
146
+
147
+ # Evaluation
148
+
149
+ <!-- This section describes the evaluation protocols and provides the results. -->
150
+
151
+ ## Testing Data, Factors & Metrics
152
+
153
+ ### Testing Data
154
+
155
+ <!-- This should link to a Data Card if possible. -->
156
+
157
+ More information needed
158
+
159
+
160
+ ### Factors
161
+
162
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
163
+
164
+ More information needed
165
+
166
+ ### Metrics
167
+
168
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
169
+
170
+ More information needed
171
+
172
+ ## Results
173
+
174
+ More information needed
175
+
176
+ # Model Examination
177
+
178
+ More information needed
179
+
180
+ # Environmental Impact
181
+
182
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
183
+
184
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
185
+
186
+ - **Hardware Type:** More information needed
187
+ - **Hours used:** More information needed
188
+ - **Cloud Provider:** More information needed
189
+ - **Compute Region:** More information needed
190
+ - **Carbon Emitted:** More information needed
191
+
192
+ # Technical Specifications [optional]
193
+
194
+ ## Model Architecture and Objective
195
+
196
+ More information needed
197
+
198
+ ## Compute Infrastructure
199
+
200
+ More information needed
201
+
202
+ ### Hardware
203
+
204
+ More information needed
205
+
206
+ ### Software
207
+
208
+ More information needed
209
+
210
+ # Citation
211
+
212
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
213
+
214
+ **BibTeX:**
215
+
216
+ More information needed
217
+
218
+ **APA:**
219
+
220
+ More information needed
221
+
222
+ # Glossary [optional]
223
+
224
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
225
+
226
+ More information needed
227
+
228
+ # More Information [optional]
229
+
230
+ More information needed
231
+
232
+ # Model Card Authors [optional]
233
+
234
+ <!-- This section provides another layer of transparency and accountability. Whose views is this model card representing? How many voices were included in its construction? Etc. -->
235
+
236
+ Zekun Li
237
+
238
+ # Model Card Contact
239
+
240
+ li002666[Shift+2]umn.edu
241
+
242
+ # How to Get Started with the Model
243
+
244
+ Use the code below to get started with the model.
245
+
246
+ <details>
247
+ <summary> Click to expand </summary>
248
+
249
+ More information needed
250
+
251
+ </details>