hacendado commited on
Commit
9ddff5b
1 Parent(s): 6d50028

Update readme

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -85,6 +85,16 @@ The following hyperparameters were used during training:
85
  - lr_scheduler_warmup_ratio: 0.03
86
  - num_epochs: 3
87
 
 
 
 
 
 
 
 
 
 
 
88
  ## Inference Example
89
 
90
  ```python
 
85
  - lr_scheduler_warmup_ratio: 0.03
86
  - num_epochs: 3
87
 
88
+ ## Environmental Impact
89
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact/#compute) presented in Lacoste et al. (2019).
90
+
91
+ - **Hardware Type**: 1 X RTX4090
92
+ - **Hours used**: 4
93
+ - **Cloud Provider**: Vast.ai
94
+ - **Compute Region**: West Europe
95
+ - **Carbon Emitted**: 350W x 4h = 1.4 kWh x 0.57 kg eq. CO2/kWh = 0.8 kg eq. CO2
96
+
97
+
98
  ## Inference Example
99
 
100
  ```python