selenecodes
commited on
Commit
•
898b5e4
1
Parent(s):
c24ba6a
Update co2_eq_emissions from kg to g
Browse filesThe hf docs describe co2_eq_emissions should be given in grams instead of kg: https://huggingface.co/docs/hub/en/model-cards-co2
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
base_model: nicholasKluge/TeenyTinyLlama-460m
|
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-460m
|
3 |
co2_eq_emissions:
|
4 |
+
emissions: 411000
|
5 |
geographical_location: Germany
|
6 |
hardware_used: NVIDIA A100-SXM4-40GB
|
7 |
source: CodeCarbon
|