ppsingh commited on
Commit
6639621
1 Parent(s): 9305c5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -16
README.md CHANGED
@@ -9,13 +9,13 @@ model-index:
9
  datasets:
10
  - GIZ/policy_classification
11
  co2_eq_emissions:
12
- emissions: 23.3572576873636
13
  source: codecarbon
14
  training_type: fine-tuning
15
  on_cloud: true
16
  cpu_model: Intel(R) Xeon(R) CPU @ 2.00GHz
17
  ram_total_size: 12.6747894287109
18
- hours_used: 0.529
19
  hardware_used: 1 x Tesla T4
20
  ---
21
 
@@ -48,21 +48,18 @@ More information needed
48
 
49
  ## Training and evaluation data
50
 
51
- - Training Dataset: 10031
52
  | Class | Positive Count of Class|
53
  |:-------------|:--------|
54
- | Action | 5416 |
55
- | Plans | 2140 |
56
- | Policy | 1396|
57
- | Target | 2911 |
58
 
59
- - Validation Dataset: 932
 
60
  | Class | Positive Count of Class|
61
  |:-------------|:--------|
62
- | Action | 513 |
63
- | Plans | 198 |
64
- | Policy | 122 |
65
- | Target | 256 |
66
 
67
  ## Training procedure
68
 
@@ -90,10 +87,20 @@ The following hyperparameters were used during training:
90
 
91
  |label | precision |recall |f1-score| support|
92
  |:-------------:|:---------:|:-----:|:------:|:------:|
93
- |Action |0.828 |0.807 |0.817 | 513.0 |
94
- |Plans |0.560 |0.707 |0.625 | 198.0 |
95
- |Policy |0.727 |0.786 |0.756 | 122.0 |
96
- |Target |0.741 |0.886 |0.808 | 256.0 |
 
 
 
 
 
 
 
 
 
 
97
 
98
  ### Framework versions
99
 
 
9
  datasets:
10
  - GIZ/policy_classification
11
  co2_eq_emissions:
12
+ emissions: 37.5331346075112
13
  source: codecarbon
14
  training_type: fine-tuning
15
  on_cloud: true
16
  cpu_model: Intel(R) Xeon(R) CPU @ 2.00GHz
17
  ram_total_size: 12.6747894287109
18
+ hours_used: 0.659
19
  hardware_used: 1 x Tesla T4
20
  ---
21
 
 
48
 
49
  ## Training and evaluation data
50
 
51
+ - Training Dataset: 12538
52
  | Class | Positive Count of Class|
53
  |:-------------|:--------|
54
+ | AdaptationLabel | 5439 |
55
+ | MitigationLabel | 6659 |
 
 
56
 
57
+
58
+ - Validation Dataset: 1190
59
  | Class | Positive Count of Class|
60
  |:-------------|:--------|
61
+ | AdaptationLabel | 533 |
62
+ | MitigationLabel | 604 |
 
 
63
 
64
  ## Training procedure
65
 
 
87
 
88
  |label | precision |recall |f1-score| support|
89
  |:-------------:|:---------:|:-----:|:------:|:------:|
90
+ |AdaptationLabel |0.909 |0.908 |0.909 | 533.0 |
91
+ |MitigationLabel |0.891 |0.925 |0.908 | 604.0 |
92
+
93
+
94
+ ### Environmental Impact
95
+ Carbon emissions were measured using [CodeCarbon](https://github.com/mlco2/codecarbon).
96
+ - **Carbon Emitted**: 0.0375 kg of CO2
97
+ - **Hours Used**: 0.659 hours
98
+
99
+ ### Training Hardware
100
+ - **On Cloud**: yes
101
+ - **GPU Model**: 1 x Tesla T4
102
+ - **CPU Model**: Intel(R) Xeon(R) CPU @ 2.00GHz
103
+ - **RAM Size**: 12.67 GB
104
 
105
  ### Framework versions
106