selenecodes
commited on
Commit
•
d96fe82
1
Parent(s):
6f2c8d1
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-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
|