jennamk14 commited on
Commit
1c36a14
1 Parent(s): 10bdd9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +252 -3
README.md CHANGED
@@ -1,3 +1,252 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - imageomics/KABR-original-data
5
+ language:
6
+ - en
7
+ tags:
8
+ - biology
9
+ - CV
10
+ - images
11
+ - animals
12
+ - zebra
13
+ - giraffe
14
+ - behavior
15
+ ---
16
+
17
+ # Model Card for X3D-KABR-Kinetics
18
+ X3D-KABR-Kinetics is a behavior recognition
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed -- choose a license (see above notes)]
30
+ - **Fine-tuned from model:** [More Information Needed]
31
+
32
+ ### Model Sources
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [Project Repo]
37
+ - **Paper:** [More Information Needed--optional]
38
+ - **Demo:** [More Information Needed--encouraged]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use
51
+
52
+ <!-- [optional] This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ <!-- Put code here or links to files to run. Set up code blocks like this:
79
+ ```
80
+ <code here>
81
+ ```
82
+ -->
83
+
84
+ [More Information Needed]
85
+
86
+ ## Training Details
87
+
88
+ ### Training Data
89
+
90
+ <!-- This should link to a Dataset Card where possible, otherwise link to the original source with more info.
91
+ Provide a basic overview of the training data and documentation related to data pre-processing or additional filtering. -->
92
+
93
+ [More Information Needed]
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
100
+
101
+ [More Information Needed--encouraged]
102
+
103
+
104
+ #### Training Hyperparameters
105
+
106
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
107
+
108
+ #### Speeds, Sizes, Times
109
+
110
+ <!-- [optional] This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
111
+
112
+ [More Information Needed]
113
+
114
+ ## Evaluation
115
+
116
+ <!-- This section describes the evaluation protocols and provides the results. -->
117
+
118
+ [More Information Needed]
119
+
120
+ ### Testing Data, Factors & Metrics
121
+
122
+ #### Testing Data
123
+
124
+ <!-- This should link to a Dataset Card if possible, otherwise link to the original source with more info.
125
+ Provide a basic overview of the test data and documentation related to any data pre-processing or additional filtering. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Factors
130
+
131
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
132
+
133
+ [More Information Needed]
134
+
135
+ #### Metrics
136
+
137
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
138
+
139
+ [More Information Needed]
140
+
141
+ ### Results
142
+
143
+ [More Information Needed]
144
+
145
+ #### Summary
146
+
147
+ [More Information Needed]
148
+
149
+ ## Model Examination
150
+
151
+ <!-- [optional] Relevant interpretability work for the model goes here -->
152
+
153
+ [More Information Needed]
154
+
155
+ ## Environmental Impact
156
+
157
+ <!--
158
+ It would be great to try to include this.
159
+
160
+ Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
161
+
162
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://doi.org/10.48550/arXiv.1910.09700).
163
+
164
+ - **Hardware Type:** [More Information Needed]
165
+ - **Hours used:** [More Information Needed]
166
+ - **Cloud Provider:** [More Information Needed]
167
+ - **Compute Region:** [More Information Needed]
168
+ - **Carbon Emitted:** [More Information Needed]
169
+
170
+ ## Technical Specifications
171
+ [More Information Needed--optional]
172
+
173
+ ### Model Architecture and Objective
174
+
175
+ [More Information Needed]
176
+
177
+ ### Compute Infrastructure
178
+
179
+ [More Information Needed]
180
+
181
+ #### Hardware
182
+
183
+ [More Information Needed: hardware requirements]
184
+
185
+ #### Software
186
+
187
+ [More Information Needed]
188
+
189
+ ## Citation
190
+
191
+ <!-- If there is a paper introducing the model, the Bibtex information for that should go in this section.
192
+
193
+ See notes at top of file about selecting a license.
194
+ If you choose CC0: This model is dedicated to the public domain for the benefit of scientific pursuits. We ask that you cite the model and journal paper using the below citations if you make use of it in your research.
195
+
196
+ -->
197
+
198
+ **BibTeX:**
199
+
200
+ [More Information Needed]
201
+ <!--
202
+ Replace "<>"s with your info:
203
+
204
+ If you use our model in your work, please cite the model and associated paper.
205
+
206
+ **Model**
207
+ ```
208
+ @software{<ref_code>,
209
+ author = {<author1 and author2>},
210
+ doi = {<doi once generated>},
211
+ title = {<title>},
212
+ version = {<version#>},
213
+ year = {<year>},
214
+ url = {https://huggingface.co/imageomics/<model_name>}
215
+ }
216
+ ```
217
+
218
+ -for an associated paper:
219
+ **Paper**
220
+ ```
221
+ @article{<ref_code>,
222
+ title = {<title>},
223
+ author = {<author1 and author2>},
224
+ journal = {<journal_name>},
225
+ year = <year>,
226
+ url = {<DOI_URL>},
227
+ doi = {<DOI>}
228
+ }
229
+ ```
230
+ -->
231
+
232
+
233
+ ## Acknowledgements
234
+
235
+ This work was supported by the [Imageomics Institute](https://imageomics.org), which is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
236
+
237
+ ## Glossary
238
+
239
+ <!-- [optional] If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
240
+
241
+ ## More Information
242
+
243
+ <!-- [optional] Any other relevant information that doesn't fit elsewhere. -->
244
+
245
+ ## Model Card Authors
246
+
247
+ [More Information Needed]
248
+
249
+ ## Model Card Contact
250
+
251
+ [More Information Needed--optional]
252
+ <!-- Could include who to contact with questions, but this is also what the "Discussions" tab is for. -->