mtyrrell commited on
Commit
1503a22
·
1 Parent(s): 6923890

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -30
README.md CHANGED
@@ -2,17 +2,11 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: IKT_classifier_economywide_best
7
  results: []
8
-
9
- widget:
10
- - text: >-
11
- Forestry, forestry and wildlife: "One million trees have been planted in the embankments, river/ canal banks to mitigate carbon emission and 2725.1 ha marsh lands were rehabilitated and included in fisheries culture to enhance livelihood activities by the Ministry of Livestock and fisheries. Surface Water Use and Rainwater Harvesting Several city water supply authorities are implementing projects to increase surface water use and reducing ground water use. These projects will reduce energy consumption for pumping groundwater and contribute to GHG emission reduction."
12
- example_title: NEGATIVE
13
- - text: >-
14
- "CA global solution is needed to address a global problem. Along with the rest of the global community, Singapore will play our part to reduce emissions in support of the long-term temperature goal of the Paris Agreement. We have put forth a long-term low- emissions development strategy (LEDS) that aspires to halve emissions from its peak to 33 MtCO2e by 2050, with a view to achieving net-zero emissions as soon as viable in the second half of the century."
15
- example_title: ECONOMY-WIDE
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -22,8 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
22
 
23
  This model is a fine-tuned version of [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) on the None dataset.
24
  It achieves the following results on the evaluation set:
25
- - Loss: 0.1916
 
 
 
 
26
  - F1-score: 0.9527
 
27
 
28
  ## Model description
29
 
@@ -55,28 +54,14 @@ The following hyperparameters were used during training:
55
 
56
  ### Training results
57
 
58
- | Training Loss | Epoch | Step | Validation Loss | F1-score |
59
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
60
- | No log | 1.0 | 30 | 0.4243 | 0.9150 |
61
- | No log | 2.0 | 60 | 0.2486 | 0.9145 |
62
- | No log | 3.0 | 90 | 0.1950 | 0.9245 |
63
- | No log | 4.0 | 120 | 0.1953 | 0.9527 |
64
- | No log | 5.0 | 150 | 0.1916 | 0.9527 |
65
-
66
- ## Environmental Impact
67
-
68
- *Carbon emissions were estimated using the [codecarbon](https://github.com/mlco2/codecarbon). The carbon emission reported are incluidng the hyperparamter search performed on subset of training data*.
69
-
70
- - **Hardware Type:** 16GB T4
71
- - **Hours used:** 3
72
- - **Cloud Provider:** Google Colab
73
- - **Carbon Emitted** : 0.276132
74
 
75
- [codecarbon INFO @ 20:45:15] Energy consumed for RAM : 0.005929 kWh. RAM Power : 9.54426097869873 W
76
- [codecarbon INFO @ 20:45:15] Energy consumed for all GPUs : 0.042682 kWh. Total GPU Power : 36.884 W
77
- [codecarbon INFO @ 20:45:15] Energy consumed for all CPUs : 0.026424 kWh. Total CPU Power : 42.5 W
78
- [codecarbon INFO @ 20:45:15] 0.075035 kWh of electricity used since the beginning.
79
- 0.03666153971974974
80
 
81
  ### Framework versions
82
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
  model-index:
8
  - name: IKT_classifier_economywide_best
9
  results: []
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
16
 
17
  This model is a fine-tuned version of [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1642
20
+ - Precision Weighted: 0.9530
21
+ - Precision Macro: 0.9524
22
+ - Recall Weighted: 0.9528
23
+ - Recall Samples: 0.9532
24
  - F1-score: 0.9527
25
+ - Accuracy: 0.9528
26
 
27
  ## Model description
28
 
 
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision Weighted | Precision Macro | Recall Weighted | Recall Samples | F1-score | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------------------:|:---------------:|:---------------:|:--------------:|:--------:|:--------:|
59
+ | No log | 1.0 | 30 | 0.3847 | 0.9356 | 0.9340 | 0.9340 | 0.9354 | 0.9339 | 0.9340 |
60
+ | No log | 2.0 | 60 | 0.3545 | 0.8911 | 0.8933 | 0.8868 | 0.8832 | 0.8853 | 0.8868 |
61
+ | No log | 3.0 | 90 | 0.1387 | 0.9623 | 0.9621 | 0.9623 | 0.9621 | 0.9621 | 0.9623 |
62
+ | No log | 4.0 | 120 | 0.1840 | 0.9541 | 0.9555 | 0.9528 | 0.9511 | 0.9525 | 0.9528 |
63
+ | No log | 5.0 | 150 | 0.1642 | 0.9530 | 0.9524 | 0.9528 | 0.9532 | 0.9527 | 0.9528 |
 
 
 
 
 
 
 
 
 
64
 
 
 
 
 
 
65
 
66
  ### Framework versions
67