kmcdono2 commited on
Commit
b48e84c
1 Parent(s): 1c0febd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +176 -4
README.md CHANGED
@@ -1,7 +1,179 @@
1
  ---
 
 
 
 
 
2
  tags:
3
- - image-classification
4
- - timm
5
- library_tag: timm
 
 
 
 
 
6
  ---
7
- # Model card for mr_resnest50d_4s2x40d_timm_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_resnest50d_4s2x40d_timm_pretrain
19
+
20
+ <!-- Provide a quick summary of what the model is/does. -->
21
+
22
+ {{ model_summary | default("", true) }}
23
+
24
+ ## Model Details
25
+
26
+ ### Model Description
27
+
28
+ <!-- Provide a longer summary of what this model is. -->
29
+
30
+ {{ model_description | default("", true) }}
31
+
32
+ - **Developed by:** {{ developers | default("[More Information Needed]", true)}}
33
+ - **Shared by [optional]:** {{ shared_by | default("[More Information Needed]", true)}}
34
+ - **Model type:** {{ model_type | default("[More Information Needed]", true)}}
35
+ - **Language(s) (NLP):** {{ language | default("[More Information Needed]", true)}}
36
+ - **License:** {{ license | default("[More Information Needed]", true)}}
37
+ - **Finetuned from model [optional]:** {{ finetuned_from | default("[More Information Needed]", true)}}
38
+
39
+ ### Model Sources [optional]
40
+
41
+ <!-- Provide the basic links for the model. -->
42
+
43
+ - **Repository:** {{ repo | default("[More Information Needed]", true)}}
44
+ - **Paper [optional]:** {{ paper | default("[More Information Needed]", true)}}
45
+ - **Demo [optional]:** {{ demo | default("[More Information Needed]", true)}}
46
+
47
+ ## Uses
48
+
49
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
50
+
51
+ ### Direct Use
52
+
53
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
54
+
55
+ {{ direct_use | default("[More Information Needed]", true)}}
56
+
57
+ ### Downstream Use [optional]
58
+
59
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
60
+
61
+ {{ downstream_use | default("[More Information Needed]", true)}}
62
+
63
+ ### Out-of-Scope Use
64
+
65
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
66
+
67
+ {{ out_of_scope_use | default("[More Information Needed]", true)}}
68
+
69
+ ## Bias, Risks, and Limitations
70
+
71
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
72
+
73
+ {{ bias_risks_limitations | default("[More Information Needed]", true)}}
74
+
75
+ ### Recommendations
76
+
77
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
78
+
79
+ {{ 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)}}
80
+
81
+ ## How to Get Started with the Model
82
+
83
+ Use the code below to get started with the model.
84
+
85
+ {{ get_started_code | default("[More Information Needed]", true)}}
86
+
87
+ ## Training Details
88
+
89
+ ### Training Data
90
+
91
+ <!-- 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. -->
92
+
93
+ {{ training_data | default("[More Information Needed]", true)}}
94
+
95
+ ### Training Procedure
96
+
97
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
98
+
99
+ #### Preprocessing [optional]
100
+
101
+ {{ preprocessing | default("[More Information Needed]", true)}}
102
+
103
+
104
+ #### Training Hyperparameters
105
+
106
+ - **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 -->
107
+
108
+ #### Speeds, Sizes, Times [optional]
109
+
110
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
111
+
112
+ {{ speeds_sizes_times | default("[More Information Needed]", true)}}
113
+
114
+ ## Evaluation
115
+
116
+ <!-- This section describes the evaluation protocols and provides the results. -->
117
+
118
+ ### Testing Data, Factors & Metrics
119
+
120
+ #### Testing Data
121
+
122
+ <!-- This should link to a Data Card if possible. -->
123
+
124
+ {{ testing_data | default("[More Information Needed]", true)}}
125
+
126
+ #### Factors
127
+
128
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
129
+
130
+ {{ testing_factors | default("[More Information Needed]", true)}}
131
+
132
+ #### Metrics
133
+
134
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
135
+
136
+ {{ testing_metrics | default("[More Information Needed]", true)}}
137
+
138
+ ### Results
139
+
140
+ {{ results | default("[More Information Needed]", true)}}
141
+
142
+ #### Summary
143
+
144
+ {{ results_summary | default("", true) }}
145
+
146
+ ## Model Examination [optional]
147
+
148
+ <!-- Relevant interpretability work for the model goes here -->
149
+
150
+ {{ model_examination | default("[More Information Needed]", true)}}
151
+
152
+ ## Citation [optional]
153
+
154
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
155
+
156
+ **BibTeX:**
157
+
158
+ {{ citation_bibtex | default("[More Information Needed]", true)}}
159
+
160
+ **APA:**
161
+
162
+ {{ citation_apa | default("[More Information Needed]", true)}}
163
+
164
+ ## More Information [optional]
165
+
166
+ {{ more_information | default("[More Information Needed]", true)}}
167
+
168
+ ## Model Card Authors [optional]
169
+
170
+ {{ model_card_authors | default("[More Information Needed]", true)}}
171
+
172
+ ## Model Card Contact
173
+
174
+ {{ model_card_contact | default("[More Information Needed]", true)}}
175
+
176
+ ## Funding Statement
177
+
178
+ This work was supported by Living with Machines (AHRC grant AH/S01179X/1) and The Alan Turing Institute (EPSRC grant EP/N510129/1).
179
+ 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.