Nymbo commited on
Commit
ada8560
1 Parent(s): b436f5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +202 -1
README.md CHANGED
@@ -21,4 +21,205 @@ git clone https://huggingface.co/templates/text-to-image
21
  cd text-to-image
22
  git remote set-url origin https://huggingface.co/Nymbo/Model_Repo_Template
23
  git push --force
24
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  cd text-to-image
22
  git remote set-url origin https://huggingface.co/Nymbo/Model_Repo_Template
23
  git push --force
24
+ ```
25
+
26
+ ---
27
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
28
+ # Doc / guide: https://huggingface.co/docs/hub/model-cards
29
+ {{ card_data }}
30
+ ---
31
+
32
+ # Model Card for {{ model_id | default("Model ID", true) }}
33
+
34
+ <!-- Provide a quick summary of what the model is/does. -->
35
+
36
+ {{ model_summary | default("", true) }}
37
+
38
+ ## Model Details
39
+
40
+ ### Model Description
41
+
42
+ <!-- Provide a longer summary of what this model is. -->
43
+
44
+ {{ model_description | default("", true) }}
45
+
46
+ - **Developed by:** {{ developers | default("[More Information Needed]", true)}}
47
+ - **Funded by [optional]:** {{ funded_by | default("[More Information Needed]", true)}}
48
+ - **Shared by [optional]:** {{ shared_by | default("[More Information Needed]", true)}}
49
+ - **Model type:** {{ model_type | default("[More Information Needed]", true)}}
50
+ - **Language(s) (NLP):** {{ language | default("[More Information Needed]", true)}}
51
+ - **License:** {{ license | default("[More Information Needed]", true)}}
52
+ - **Finetuned from model [optional]:** {{ base_model | default("[More Information Needed]", true)}}
53
+
54
+ ### Model Sources [optional]
55
+
56
+ <!-- Provide the basic links for the model. -->
57
+
58
+ - **Repository:** {{ repo | default("[More Information Needed]", true)}}
59
+ - **Paper [optional]:** {{ paper | default("[More Information Needed]", true)}}
60
+ - **Demo [optional]:** {{ demo | default("[More Information Needed]", true)}}
61
+
62
+ ## Uses
63
+
64
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
65
+
66
+ ### Direct Use
67
+
68
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
69
+
70
+ {{ direct_use | default("[More Information Needed]", true)}}
71
+
72
+ ### Downstream Use [optional]
73
+
74
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
75
+
76
+ {{ downstream_use | default("[More Information Needed]", true)}}
77
+
78
+ ### Out-of-Scope Use
79
+
80
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
81
+
82
+ {{ out_of_scope_use | default("[More Information Needed]", true)}}
83
+
84
+ ## Bias, Risks, and Limitations
85
+
86
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
87
+
88
+ {{ bias_risks_limitations | default("[More Information Needed]", true)}}
89
+
90
+ ### Recommendations
91
+
92
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
93
+
94
+ {{ 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)}}
95
+
96
+ ## How to Get Started with the Model
97
+
98
+ Use the code below to get started with the model.
99
+
100
+ {{ get_started_code | default("[More Information Needed]", true)}}
101
+
102
+ ## Training Details
103
+
104
+ ### Training Data
105
+
106
+ <!-- This should link to a Dataset 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. -->
107
+
108
+ {{ training_data | default("[More Information Needed]", true)}}
109
+
110
+ ### Training Procedure
111
+
112
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
113
+
114
+ #### Preprocessing [optional]
115
+
116
+ {{ preprocessing | default("[More Information Needed]", true)}}
117
+
118
+
119
+ #### Training Hyperparameters
120
+
121
+ - **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 -->
122
+
123
+ #### Speeds, Sizes, Times [optional]
124
+
125
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
126
+
127
+ {{ speeds_sizes_times | default("[More Information Needed]", true)}}
128
+
129
+ ## Evaluation
130
+
131
+ <!-- This section describes the evaluation protocols and provides the results. -->
132
+
133
+ ### Testing Data, Factors & Metrics
134
+
135
+ #### Testing Data
136
+
137
+ <!-- This should link to a Dataset Card if possible. -->
138
+
139
+ {{ testing_data | default("[More Information Needed]", true)}}
140
+
141
+ #### Factors
142
+
143
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
144
+
145
+ {{ testing_factors | default("[More Information Needed]", true)}}
146
+
147
+ #### Metrics
148
+
149
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
150
+
151
+ {{ testing_metrics | default("[More Information Needed]", true)}}
152
+
153
+ ### Results
154
+
155
+ {{ results | default("[More Information Needed]", true)}}
156
+
157
+ #### Summary
158
+
159
+ {{ results_summary | default("", true) }}
160
+
161
+ ## Model Examination [optional]
162
+
163
+ <!-- Relevant interpretability work for the model goes here -->
164
+
165
+ {{ model_examination | default("[More Information Needed]", true)}}
166
+
167
+ ## Environmental Impact
168
+
169
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
170
+
171
+ 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).
172
+
173
+ - **Hardware Type:** {{ hardware_type | default("[More Information Needed]", true)}}
174
+ - **Hours used:** {{ hours_used | default("[More Information Needed]", true)}}
175
+ - **Cloud Provider:** {{ cloud_provider | default("[More Information Needed]", true)}}
176
+ - **Compute Region:** {{ cloud_region | default("[More Information Needed]", true)}}
177
+ - **Carbon Emitted:** {{ co2_emitted | default("[More Information Needed]", true)}}
178
+
179
+ ## Technical Specifications [optional]
180
+
181
+ ### Model Architecture and Objective
182
+
183
+ {{ model_specs | default("[More Information Needed]", true)}}
184
+
185
+ ### Compute Infrastructure
186
+
187
+ {{ compute_infrastructure | default("[More Information Needed]", true)}}
188
+
189
+ #### Hardware
190
+
191
+ {{ hardware_requirements | default("[More Information Needed]", true)}}
192
+
193
+ #### Software
194
+
195
+ {{ software | default("[More Information Needed]", true)}}
196
+
197
+ ## Citation [optional]
198
+
199
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
200
+
201
+ **BibTeX:**
202
+
203
+ {{ citation_bibtex | default("[More Information Needed]", true)}}
204
+
205
+ **APA:**
206
+
207
+ {{ citation_apa | default("[More Information Needed]", true)}}
208
+
209
+ ## Glossary [optional]
210
+
211
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
212
+
213
+ {{ glossary | default("[More Information Needed]", true)}}
214
+
215
+ ## More Information [optional]
216
+
217
+ {{ more_information | default("[More Information Needed]", true)}}
218
+
219
+ ## Model Card Authors [optional]
220
+
221
+ {{ model_card_authors | default("[More Information Needed]", true)}}
222
+
223
+ ## Model Card Contact
224
+
225
+ {{ model_card_contact | default("[More Information Needed]", true)}}