File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 2 files changed +13
-4
lines changed 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.
18
18
19
19
## Linked issue
20
20
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". -->
22
22
Resolves #
23
23
24
24
## Progress
25
25
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. -->
27
27
- [ ] Calculations
28
28
- [ ] Analysis
29
29
- [ ] Application
30
+ - [ ] Documentation
30
31
31
32
## Testing
32
33
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.
14
14
15
15
## Summary
16
16
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. -->
18
18
19
+ ## Model Reference
20
+ <!-- Add a reference for the model and a link to download the model checkpoint. -->
19
21
## Linked issue
20
22
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". -->
22
24
Resolves #
23
25
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
+
24
32
## Testing
25
33
26
34
<!-- Which benchmarks have you tested your model against? -->
You can’t perform that action at this time.
0 commit comments