samkenxstream commited on
Commit
9f23053
1 Parent(s): c3537bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +191 -1
README.md CHANGED
@@ -18,4 +18,194 @@ tags:
18
  - code
19
  - biology
20
  - finance
21
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  - code
19
  - biology
20
  - finance
21
+ ---
22
+ # Model Card for Model ID
23
+
24
+ <!-- Provide a quick summary of what the model is/does. -->
25
+
26
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
27
+
28
+ # Model Details
29
+
30
+ ## Model Description
31
+
32
+ <!-- Provide a longer summary of what this model is. -->
33
+
34
+
35
+
36
+ - **Developed by:** [More Information Needed]
37
+ - **Shared by [optional]:** [More Information Needed]
38
+ - **Model type:** [More Information Needed]
39
+ - **Language(s) (NLP):** [More Information Needed]
40
+ - **License:** [More Information Needed]
41
+ - **Finetuned from model [optional]:** [More Information Needed]
42
+
43
+ ## Model Sources [optional]
44
+
45
+ <!-- Provide the basic links for the model. -->
46
+
47
+ - **Repository:** [More Information Needed]
48
+ - **Paper [optional]:** [More Information Needed]
49
+ - **Demo [optional]:** [More Information Needed]
50
+
51
+ # Uses
52
+
53
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
54
+
55
+ ## Direct Use
56
+
57
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
58
+
59
+ [More Information Needed]
60
+
61
+ ## Downstream Use [optional]
62
+
63
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
64
+
65
+ [More Information Needed]
66
+
67
+ ## Out-of-Scope Use
68
+
69
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
70
+
71
+ [More Information Needed]
72
+
73
+ # Bias, Risks, and Limitations
74
+
75
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
76
+
77
+ [More Information Needed]
78
+
79
+ ## Recommendations
80
+
81
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
82
+
83
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
84
+
85
+ ## How to Get Started with the Model
86
+
87
+ Use the code below to get started with the model.
88
+
89
+ [More Information Needed]
90
+
91
+ # Training Details
92
+
93
+ ## Training Data
94
+
95
+ <!-- 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. -->
96
+
97
+ [More Information Needed]
98
+
99
+ ## Training Procedure [optional]
100
+
101
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
102
+
103
+ ### Preprocessing
104
+
105
+ [More Information Needed]
106
+
107
+ ### Speeds, Sizes, Times
108
+
109
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
110
+
111
+ [More Information Needed]
112
+
113
+ # Evaluation
114
+
115
+ <!-- This section describes the evaluation protocols and provides the results. -->
116
+
117
+ ## Testing Data, Factors & Metrics
118
+
119
+ ### Testing Data
120
+
121
+ <!-- This should link to a Data Card if possible. -->
122
+
123
+ [More Information Needed]
124
+
125
+ ### Factors
126
+
127
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Metrics
132
+
133
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
134
+
135
+ [More Information Needed]
136
+
137
+ ## Results
138
+
139
+ [More Information Needed]
140
+
141
+ ### Summary
142
+
143
+
144
+
145
+ # Model Examination [optional]
146
+
147
+ <!-- Relevant interpretability work for the model goes here -->
148
+
149
+ [More Information Needed]
150
+
151
+ # Environmental Impact
152
+
153
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
154
+
155
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
156
+
157
+ - **Hardware Type:** [More Information Needed]
158
+ - **Hours used:** [More Information Needed]
159
+ - **Cloud Provider:** [More Information Needed]
160
+ - **Compute Region:** [More Information Needed]
161
+ - **Carbon Emitted:** [More Information Needed]
162
+
163
+ # Technical Specifications [optional]
164
+
165
+ ## Model Architecture and Objective
166
+
167
+ [More Information Needed]
168
+
169
+ ## Compute Infrastructure
170
+
171
+ [More Information Needed]
172
+
173
+ ### Hardware
174
+
175
+ [More Information Needed]
176
+
177
+ ### Software
178
+
179
+ [More Information Needed]
180
+
181
+ # Citation [optional]
182
+
183
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
184
+
185
+ **BibTeX:**
186
+
187
+ [More Information Needed]
188
+
189
+ **APA:**
190
+
191
+ [More Information Needed]
192
+
193
+ # Glossary [optional]
194
+
195
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
196
+
197
+ [More Information Needed]
198
+
199
+ # More Information [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ # Model Card Authors [optional]
204
+
205
+ [More Information Needed]
206
+
207
+ # Model Card Contact
208
+
209
+ [More Information Needed]
210
+
211
+