rwood-97 commited on
Commit
774b330
1 Parent(s): 35705a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +159 -4
README.md CHANGED
@@ -1,7 +1,162 @@
1
  ---
 
 
 
 
 
2
  tags:
3
- - image-classification
4
- - timm
5
- library_tag: timm
 
 
 
 
 
6
  ---
7
- # Model card for mr_resnest101e_timm_no_pretrain
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ '[object Object]': null
3
+ language:
4
+ - en
5
+ library_name: timm
6
+ pipeline_tag: image-classification
7
  tags:
8
+ - vision
9
+ - mapreader
10
+ - maps
11
+ - National Library of Scotland
12
+ - historical
13
+ - lam
14
+ - humanities
15
+ - heritage
16
  ---
17
+
18
+ # Model Card for mr_resnest101e_timm_pretrain
19
+
20
+ A ResNeSt (ResNet based architecture with Split Attention) image classification model.
21
+ Trained on gold standard annotations and outputs from early experiments using MapReader (found [here](https://huggingface.co/datasets/Livingwithmachines/MapReader_Data_SIGSPATIAL_2022)).
22
+
23
+ ## Model Details
24
+
25
+ ### Model Description
26
+
27
+ - **Model type:** Image classification /feature backbone
28
+ - **Finetuned from model:** https://huggingface.co/timm/resnest101e.in1k
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
+
161
+ This work was supported by Living with Machines (AHRC grant AH/S01179X/1) and The Alan Turing Institute (EPSRC grant EP/N510129/1).
162
+ Living with Machines, funded by the UK Research and Innovation (UKRI) Strategic Priority Fund, is a multidisciplinary collaboration delivered by the Arts and Humanities Research Council (AHRC), with The Alan Turing Institute, the British Library and Cambridge, King's College London, East Anglia, Exeter, and Queen Mary University of London.