Update README.md
Browse filesadding training time
README.md
CHANGED
@@ -100,12 +100,6 @@ Significant research has explored bias and fairness issues with language models
|
|
100 |
and [Bender et al. (2021)](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)). Predictions generated by the model may include disturbing and harmful stereotypes
|
101 |
across protected classes; identity characteristics; and sensitive, social, and occupational groups.
|
102 |
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
# Training Details
|
110 |
|
111 |
## Training Data
|
@@ -159,7 +153,8 @@ The interpolation transformed the CERRA dataset to match the regular grid struct
|
|
159 |
|
160 |
### Speeds, Sizes, Times
|
161 |
|
162 |
-
- Training time:
|
|
|
163 |
|
164 |
- Model size: The ConvSwin2SR model is a robust machine learning model boasting a total of 12,383,377 parameters.
|
165 |
This size reflects a substantial capacity for learning and generalizing complex relationships within the data, enabling the model to
|
|
|
100 |
and [Bender et al. (2021)](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)). Predictions generated by the model may include disturbing and harmful stereotypes
|
101 |
across protected classes; identity characteristics; and sensitive, social, and occupational groups.
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
# Training Details
|
104 |
|
105 |
## Training Data
|
|
|
153 |
|
154 |
### Speeds, Sizes, Times
|
155 |
|
156 |
+
- Training time: The training duration for the ConvSwin2SR model is notably extensive, clocking in at 3,648 days to complete a total of 100 epochs with
|
157 |
+
- a batch size of 2 for a total number of batches equal to ~43000.
|
158 |
|
159 |
- Model size: The ConvSwin2SR model is a robust machine learning model boasting a total of 12,383,377 parameters.
|
160 |
This size reflects a substantial capacity for learning and generalizing complex relationships within the data, enabling the model to
|