Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,163 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
-
-
|
4 |
-
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_tf_efficientnet_b3_ns_timm_pretrain
|
19 |
+
|
20 |
+
A EfficientNet image classification model.
|
21 |
+
Trained on ImageNet-1k and unlabeled JFT-300m using Noisy Student semi-supervised learning in Tensorflow by paper authors, ported to PyTorch by Ross Wightman.
|
22 |
+
Fine-tuned on gold standard annotations and outputs from early experiments using MapReader (found [here](https://huggingface.co/datasets/Livingwithmachines/MapReader_Data_SIGSPATIAL_2022)).
|
23 |
+
|
24 |
+
## Model Details
|
25 |
+
|
26 |
+
### Model Description
|
27 |
+
|
28 |
+
- **Model type:** Image classification /feature backbone
|
29 |
+
- **Finetuned from model:** https://huggingface.co/timm/tf_efficientnet_b3.ns_jft_in1k
|
30 |
+
-
|
31 |
+
## Uses
|
32 |
+
|
33 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
34 |
+
|
35 |
+
### Direct Use
|
36 |
+
|
37 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
38 |
+
|
39 |
+
{{ direct_use | default("[More Information Needed]", true)}}
|
40 |
+
|
41 |
+
### Downstream Use [optional]
|
42 |
+
|
43 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
44 |
+
|
45 |
+
{{ downstream_use | default("[More Information Needed]", true)}}
|
46 |
+
|
47 |
+
### Out-of-Scope Use
|
48 |
+
|
49 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
50 |
+
|
51 |
+
{{ out_of_scope_use | default("[More Information Needed]", true)}}
|
52 |
+
|
53 |
+
## Bias, Risks, and Limitations
|
54 |
+
|
55 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
56 |
+
|
57 |
+
{{ bias_risks_limitations | default("[More Information Needed]", true)}}
|
58 |
+
|
59 |
+
### Recommendations
|
60 |
+
|
61 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
62 |
+
|
63 |
+
{{ 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)}}
|
64 |
+
|
65 |
+
## How to Get Started with the Model
|
66 |
+
|
67 |
+
Use the code below to get started with the model.
|
68 |
+
|
69 |
+
{{ get_started_code | default("[More Information Needed]", true)}}
|
70 |
+
|
71 |
+
## Training Details
|
72 |
+
|
73 |
+
### Training Data
|
74 |
+
|
75 |
+
<!-- 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. -->
|
76 |
+
|
77 |
+
{{ training_data | default("[More Information Needed]", true)}}
|
78 |
+
|
79 |
+
### Training Procedure
|
80 |
+
|
81 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
82 |
+
|
83 |
+
#### Preprocessing [optional]
|
84 |
+
|
85 |
+
{{ preprocessing | default("[More Information Needed]", true)}}
|
86 |
+
|
87 |
+
|
88 |
+
#### Training Hyperparameters
|
89 |
+
|
90 |
+
- **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 -->
|
91 |
+
|
92 |
+
#### Speeds, Sizes, Times [optional]
|
93 |
+
|
94 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
95 |
+
|
96 |
+
{{ speeds_sizes_times | default("[More Information Needed]", true)}}
|
97 |
+
|
98 |
+
## Evaluation
|
99 |
+
|
100 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
101 |
+
|
102 |
+
### Testing Data, Factors & Metrics
|
103 |
+
|
104 |
+
#### Testing Data
|
105 |
+
|
106 |
+
<!-- This should link to a Data Card if possible. -->
|
107 |
+
|
108 |
+
{{ testing_data | default("[More Information Needed]", true)}}
|
109 |
+
|
110 |
+
#### Factors
|
111 |
+
|
112 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
113 |
+
|
114 |
+
{{ testing_factors | default("[More Information Needed]", true)}}
|
115 |
+
|
116 |
+
#### Metrics
|
117 |
+
|
118 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
119 |
+
|
120 |
+
{{ testing_metrics | default("[More Information Needed]", true)}}
|
121 |
+
|
122 |
+
### Results
|
123 |
+
|
124 |
+
{{ results | default("[More Information Needed]", true)}}
|
125 |
+
|
126 |
+
#### Summary
|
127 |
+
|
128 |
+
{{ results_summary | default("", true) }}
|
129 |
+
|
130 |
+
## Model Examination [optional]
|
131 |
+
|
132 |
+
<!-- Relevant interpretability work for the model goes here -->
|
133 |
+
|
134 |
+
{{ model_examination | default("[More Information Needed]", true)}}
|
135 |
+
|
136 |
+
## Citation [optional]
|
137 |
+
|
138 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
139 |
+
|
140 |
+
**BibTeX:**
|
141 |
+
|
142 |
+
{{ citation_bibtex | default("[More Information Needed]", true)}}
|
143 |
+
|
144 |
+
**APA:**
|
145 |
+
|
146 |
+
{{ citation_apa | default("[More Information Needed]", true)}}
|
147 |
+
|
148 |
+
## More Information [optional]
|
149 |
+
|
150 |
+
{{ more_information | default("[More Information Needed]", true)}}
|
151 |
+
|
152 |
+
## Model Card Authors [optional]
|
153 |
+
|
154 |
+
{{ model_card_authors | default("[More Information Needed]", true)}}
|
155 |
+
|
156 |
+
## Model Card Contact
|
157 |
+
|
158 |
+
{{ model_card_contact | default("[More Information Needed]", true)}}
|
159 |
+
|
160 |
+
## Funding Statement
|
161 |
+
|
162 |
+
This work was supported by Living with Machines (AHRC grant AH/S01179X/1) and The Alan Turing Institute (EPSRC grant EP/N510129/1).
|
163 |
+
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.
|