rwood-97 commited on
Commit
1d63b8a
1 Parent(s): cea513e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -106
README.md CHANGED
@@ -29,132 +29,44 @@ Trained on gold standard annotations and outputs from early experiments using Ma
29
 
30
  ## Uses
31
 
32
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
33
 
34
- ### Direct Use
35
 
36
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
37
 
38
- {{ direct_use | default("[More Information Needed]", true)}}
39
 
40
- ### Downstream Use [optional]
41
 
42
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
43
 
44
- {{ downstream_use | default("[More Information Needed]", true)}}
45
 
46
- ### Out-of-Scope Use
47
 
48
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
49
-
50
- {{ out_of_scope_use | default("[More Information Needed]", true)}}
51
-
52
- ## Bias, Risks, and Limitations
53
-
54
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
55
-
56
- {{ bias_risks_limitations | default("[More Information Needed]", true)}}
57
-
58
- ### Recommendations
59
-
60
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
61
-
62
- {{ bias_recommendations | default("Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.", true)}}
63
-
64
- ## How to Get Started with the Model
65
-
66
- Use the code below to get started with the model.
67
-
68
- {{ get_started_code | default("[More Information Needed]", true)}}
69
-
70
- ## Training Details
71
-
72
- ### Training Data
73
-
74
- <!-- 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. -->
75
-
76
- {{ training_data | default("[More Information Needed]", true)}}
77
-
78
- ### Training Procedure
79
-
80
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
81
-
82
- #### Preprocessing [optional]
83
-
84
- {{ preprocessing | default("[More Information Needed]", true)}}
85
-
86
-
87
- #### Training Hyperparameters
88
-
89
- - **Training regime:** {{ training_regime | default("[More Information Needed]", true)}} <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
90
-
91
- #### Speeds, Sizes, Times [optional]
92
-
93
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
94
-
95
- {{ speeds_sizes_times | default("[More Information Needed]", true)}}
96
-
97
- ## Evaluation
98
-
99
- <!-- This section describes the evaluation protocols and provides the results. -->
100
-
101
- ### Testing Data, Factors & Metrics
102
-
103
- #### Testing Data
104
-
105
- <!-- This should link to a Data Card if possible. -->
106
-
107
- {{ testing_data | default("[More Information Needed]", true)}}
108
-
109
- #### Factors
110
-
111
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
112
-
113
- {{ testing_factors | default("[More Information Needed]", true)}}
114
-
115
- #### Metrics
116
-
117
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
118
-
119
- {{ testing_metrics | default("[More Information Needed]", true)}}
120
 
121
  ### Results
122
 
123
- {{ results | default("[More Information Needed]", true)}}
124
-
125
- #### Summary
126
-
127
- {{ results_summary | default("", true) }}
128
-
129
- ## Model Examination [optional]
130
-
131
- <!-- Relevant interpretability work for the model goes here -->
132
-
133
- {{ model_examination | default("[More Information Needed]", true)}}
134
-
135
- ## Citation [optional]
136
-
137
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
138
-
139
- **BibTeX:**
140
-
141
- {{ citation_bibtex | default("[More Information Needed]", true)}}
142
 
143
- **APA:**
144
 
145
- {{ citation_apa | default("[More Information Needed]", true)}}
146
 
147
- ## More Information [optional]
148
 
149
- {{ more_information | default("[More Information Needed]", true)}}
150
 
151
- ## Model Card Authors [optional]
152
 
153
- {{ model_card_authors | default("[More Information Needed]", true)}}
 
154
 
155
  ## Model Card Contact
156
 
157
- {{ model_card_contact | default("[More Information Needed]", true)}}
158
 
159
  ## Funding Statement
160
 
 
29
 
30
  ## Uses
31
 
32
+ This fine-tuned version of the model is an output of the MapReader pipeline. It was used to classify 'patch' images (cells/regions) of scanned nineteenth-century series maps of Britain provided by the National Library of Scotland (learn more [here](https://maps.nls.uk/os/)). We classified patches to indicate the presence of buildings and railway infrastructure. See [our paper](https://dl.acm.org/doi/10.1145/3557919.3565812) for more details about labels.
33
 
34
+ ## How to Get Started with the Model in MapReader
35
 
36
+ Please go to [the MapReader documentation](https://mapreader.readthedocs.io/en/latest/User-guide/Classify.html) for instructions on how to use this model in MapReader.
37
 
38
+ ## Training, Evaluation and Testing Details
39
 
40
+ ### Training, Evaluation and Testing Data
41
 
42
+ This model was fine-tuned on [manually-annotated data](https://huggingface.co/datasets/Livingwithmachines/MapReader_Data_SIGSPATIAL_2022).
43
 
44
+ ### Training, Evaluation and Testing Procedure
45
 
46
+ Details can be found [here](https://dl.acm.org/doi/10.1145/3557919.3565812).
47
 
48
+ Open access version of the article available [here](https://arxiv.org/abs/2111.15592).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  ### Results
51
 
52
+ Data outputs can be found [here](https://huggingface.co/datasets/Livingwithmachines/MapReader_Data_SIGSPATIAL_2022).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
+ Further details can be found [here](https://dl.acm.org/doi/10.1145/3557919.3565812).
55
 
56
+ ## More Information
57
 
58
+ This model was fine-tuned using MapReader.
59
 
60
+ The code for MapReader can be found [here](https://github.com/Living-with-machines/MapReader) and the documentation can be found [here](https://mapreader.readthedocs.io/en/latest/).
61
 
62
+ ## Model Card Authors
63
 
64
+ - Katie McDonough ([email protected])
65
+ - Rosie Wood ([email protected])
66
 
67
  ## Model Card Contact
68
 
69
+ Katie McDonough ([email protected])
70
 
71
  ## Funding Statement
72