sjhuskey commited on
Commit
e597ae8
·
1 Parent(s): 36e9ca8

update: emissions stats

Browse files
Files changed (1) hide show
  1. README.md +19 -22
README.md CHANGED
@@ -32,29 +32,26 @@ Since the Digital Latin Library is interested only in records of Latin works, we
32
  Here is the `codecarbon` output from training on Google Colab with an A100 runtime:
33
 
34
  ```properties
35
- timestamp: 2024-12-25T15:16:45
36
  project_name: codecarbon
37
- run_id: f658b237-20c1-45cf-a8ee-cdb5e8521351
38
- experiment_id: 5b0fa12a-3dd7-45bb-9766-cc326314d9f1
39
- duration (seconds): 591.3640720729998
40
- emissions (kilograms of carbon): 0.0178715223377235
41
- emissions_rate (kg/sec): 3.0220845637570942e-05
42
- cpu_power (average in watts): 42.5
43
- gpu_power (average in watts): 105.04535891243202
44
- ram_power (average in watts): 31.30389261245728
45
- cpu_energy (total watts): 0.0069742756409347
46
- gpu_energy (total watts): 0.025850867347344
47
- ram_energy (total watts): 0.0051361307572122
48
- energy_consumed (total watts): 0.037961273745491
49
- os: Linux-6.1.85+-x86_64-with-glibc2.35
50
- python_version: 3.10.12
51
- codecarbon_version: 2.8.2
 
52
  cpu_count: 12
53
- cpu_model: Intel(R) Xeon(R) CPU @ 2.20GHz
54
- gpu_count: 1
55
- gpu_model: 1 x NVIDIA A100-SXM4-40GB
56
- ram_total_size: 83.47704696655273
57
  tracking_mode: machine
58
- on_cloud: N
59
- pue: 1.0
60
  ```
 
32
  Here is the `codecarbon` output from training on Google Colab with an A100 runtime:
33
 
34
  ```properties
35
+ timestamp: 2025-06-12T17:07:28
36
  project_name: codecarbon
37
+ run_id: e9ec6b22-3102-4fb8-80bb-cf1a15740b8b
38
+ duration: 1348.9958429336548
39
+ emissions: 0.0091357690759099
40
+ emissions_rate: 6.772273705486325e-06
41
+ cpu_power: 42.5
42
+ gpu_power: 0.0
43
+ ram_power: 9.000000000000002
44
+ cpu_energy: 0.0159251248127884
45
+ gpu_energy: 0
46
+ ram_energy: 0.0033721966546773
47
+ energy_consumed: 0.0192973214674658
48
+ country_name: United States
49
+ country_iso_code: USA
50
+ os: macOS-15.5-arm64-arm-64bit
51
+ python_version: 3.10.9
52
+ codecarbon_version: 2.2.2
53
  cpu_count: 12
54
+ cpu_model: Apple M4 Pro
55
+ ram_total_size: 24.0
 
 
56
  tracking_mode: machine
 
 
57
  ```