Text Classification
Transformers
PyTorch
TensorBoard
mpnet
Generated from Trainer
text-embeddings-inference
Instructions to use mtyrrell/CPU_Transport_GHG_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mtyrrell/CPU_Transport_GHG_Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mtyrrell/CPU_Transport_GHG_Classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mtyrrell/CPU_Transport_GHG_Classifier") model = AutoModelForSequenceClassification.from_pretrained("mtyrrell/CPU_Transport_GHG_Classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,14 @@ metrics:
|
|
| 8 |
model-index:
|
| 9 |
- name: IKT_classifier_transport_ghg_best
|
| 10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: IKT_classifier_transport_ghg_best
|
| 10 |
results: []
|
| 11 |
+
|
| 12 |
+
widget:
|
| 13 |
+
- text: "Unconditional Contribution In the unconditional scenario, GHG emissions would be reduced by 27.56 Mt CO2e (6.73%) below BAU in 2030 in the respective sectors. 26.3 Mt CO2e (95.4%) of this emission reduction will be from the Energy sector while 0.64 (2.3%) and 0.6 (2.2%) Mt CO2e reduction will be from AFOLU (agriculture) and waste sector respectively. There will be no reduction in the IPPU sector. Conditional Contribution In the conditional scenario, GHG emissions would be reduced by 61.9 Mt CO2e (15.12%) below BAU in 2030 in the respective sectors."
|
| 14 |
+
example_title: GHG
|
| 15 |
+
- text: "Key Long-Term Climate Actions Cleaner and greener vehicles on our roads Singapore is working to enhance the overall carbon efficiency of our land transport system through the large-scale adoption of green vehicles. By 2040, we aim to phase out internal combustion engine vehicles and have all vehicles running on cleaner energy. We will introduce policies and initiatives to encourage the adoption of EVs. The public sector itself will take the lead and progressively procure and use cleaner vehicles."
|
| 16 |
+
example_title: NOT_GHG
|
| 17 |
+
- text: "This includes installation of rooftop PV panels for electricity generation, 5,300 solar water heaters, and expand the use of LED lighting in residential sector by 2030. • Expanding on energy efficiency labels and specifications for appliances programme, elimination of non-energy efficient equipment, and raising awareness among consumers on purchasing alternative energy efficient home appliances."
|
| 18 |
+
example_title: NEGATIVE
|
| 19 |
---
|
| 20 |
|
| 21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|