|
13 | 13 | 3. [Bias, Risks, and Limitations](#bias-risks-and-limitations) |
14 | 14 | 4. [Training Details](#training-details) |
15 | 15 | 5. [Evaluation](#evaluation) |
16 | | -6. [Model Examination](#model-examination) |
| 16 | +6. [Model Examination](#model-examination-optional) |
17 | 17 | 7. [Environmental Impact](#environmental-impact) |
18 | 18 | 8. [Technical Specifications](#technical-specifications-optional) |
19 | | -9. [Citation](#citation) |
| 19 | +9. [Citation](#citation-optional) |
20 | 20 | 10. [Glossary](#glossary-optional) |
21 | 21 | 11. [More Information](#more-information-optional) |
22 | 22 | 12. [Model Card Authors](#model-card-authors-optional) |
|
33 | 33 | {{ model_description | default("", true) }} |
34 | 34 |
|
35 | 35 | - **Developed by:** {{ developers | default("[More Information Needed]", true)}} |
36 | | -- **Shared by [Optional]:** {{ shared_by | default("[More Information Needed]", true)}} |
| 36 | +- **Shared by [optional]:** {{ shared_by | default("[More Information Needed]", true)}} |
37 | 37 | - **Model type:** {{ model_type | default("[More Information Needed]", true)}} |
38 | 38 | - **Language(s) (NLP):** {{ language | default("[More Information Needed]", true)}} |
39 | 39 | - **License:** {{ license | default("[More Information Needed]", true)}} |
40 | | -- **Related Models:** {{ related_models | default("[More Information Needed]", true)}} |
41 | | - - **Parent Model:** {{ parent_model | default("[More Information Needed]", true)}} |
| 40 | +- **Related Models [optional]:** {{ related_models | default("[More Information Needed]", true)}} |
| 41 | + - **Parent Model [optional]:** {{ parent_model | default("[More Information Needed]", true)}} |
42 | 42 | - **Resources for more information:** {{ more_resources | default("[More Information Needed]", true)}} |
43 | 43 |
|
44 | 44 | # Uses |
|
51 | 51 |
|
52 | 52 | {{ direct_use | default("[More Information Needed]", true)}} |
53 | 53 |
|
54 | | -## Downstream Use [Optional] |
| 54 | +## Downstream Use [optional] |
55 | 55 |
|
56 | 56 | <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app --> |
57 | 57 |
|
|
83 | 83 |
|
84 | 84 | {{ training_data | default("[More Information Needed]", true)}} |
85 | 85 |
|
86 | | -## Training Procedure |
| 86 | +## Training Procedure [optional] |
87 | 87 |
|
88 | 88 | <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. --> |
89 | 89 |
|
|
125 | 125 |
|
126 | 126 | {{ results | default("[More Information Needed]", true)}} |
127 | 127 |
|
128 | | -# Model Examination |
| 128 | +# Model Examination [optional] |
| 129 | + |
| 130 | +<!-- Relevant interpretability work for the model goes here --> |
129 | 131 |
|
130 | 132 | {{ model_examination | default("[More Information Needed]", true)}} |
131 | 133 |
|
@@ -159,7 +161,7 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator] |
159 | 161 |
|
160 | 162 | {{ software | default("[More Information Needed]", true)}} |
161 | 163 |
|
162 | | -# Citation |
| 164 | +# Citation [optional] |
163 | 165 |
|
164 | 166 | <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. --> |
165 | 167 |
|
|
0 commit comments