Quantifying the Carbon Emissions of Machine Learning
Paper • 1910.09700 • Published • 41
The model is fine-tune on different case studies of companies using cloud services and earnings call transcripts from 2004 to 2007. The model is able to recognise the concept of data-driven innovation (OECD, 2015).
Fine-tune of RoBERTa uncase
The model is able to recognise the concept of data-driven innovation (OECD, 2015).
# Use a pipeline as a high-level helper
from transformers import pipeline
ddi = pipeline("text-classification", model="Zabbonat/DDI")
ddi('And another important point i would like to highlight, we selected google cloud as a technology partner to speed up the implementation of digital innovation')
[{'label': 'DDI', 'score': 0.99}]
Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).