File tree Expand file tree Collapse file tree
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,15 +18,16 @@ PR author **must** check the checkboxes below when creating the PR.
1818
1919## Linked issue
2020
21- <!-- Enter the number of the issue this resolves. This should be labelled as "new benchmark" -->
21+ <!-- Enter the number of the issue this resolves. This should be labelled as "new benchmark". -->
2222Resolves #
2323
2424## Progress
2525
26- <!-- Which aspects of the new benchmark are complete? -->
26+ <!-- Which aspects of adding the new benchmark are complete? Any issues encountered can also be discussed here. -->
2727- [ ] Calculations
2828- [ ] Analysis
2929- [ ] Application
30+ - [ ] Documentation
3031
3132## Testing
3233
Original file line number Diff line number Diff line change @@ -14,13 +14,21 @@ PR author **must** check the checkboxes below when creating the PR.
1414
1515## Summary
1616
17- <!-- Describe the new model. This can be brief, as most information should be in the linked issue. -->
17+ <!-- Describe the new model. This can be brief, as most information can be in the linked issue. -->
1818
19+ ## Model Reference
20+ <!-- Add a reference for the model and a link to download the model checkpoint. -->
1921## Linked issue
2022
21- <!-- Enter the number of the issue this resolves. This should be labelled as "new model" -->
23+ <!-- Enter the number of the issue this resolves. This should be labelled as "new model". -->
2224Resolves #
2325
26+ ## Progress
27+
28+ <!-- Which aspects of adding the new model are complete? Any issues encountered can also be discussed here. -->
29+ - [ ] Model configuration
30+ - [ ] Documentation
31+
2432## Testing
2533
2634<!-- Which benchmarks have you tested your model against? -->
You can’t perform that action at this time.
0 commit comments