selenecodes
commited on
Commit
•
0f20421
1
Parent(s):
6f2c8d1
Change CO2 emissions from kg to g
Browse filesHuggingFace requires co2 emissions be displayed in gram instead of kilograms.
CodeCarbon delivers them in KG, hence this commit
- https://huggingface.co/docs/hub/en/model-cards-co2
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
base_model: nicholasKluge/TeenyTinyLlama-160m
|
3 |
co2_eq_emissions:
|
4 |
-
emissions:
|
5 |
geographical_location: Germany
|
6 |
hardware_used: NVIDIA A100-SXM4-40GB
|
7 |
source: CodeCarbon
|
|
|
1 |
---
|
2 |
base_model: nicholasKluge/TeenyTinyLlama-160m
|
3 |
co2_eq_emissions:
|
4 |
+
emissions: 5600
|
5 |
geographical_location: Germany
|
6 |
hardware_used: NVIDIA A100-SXM4-40GB
|
7 |
source: CodeCarbon
|