julien-c HF staff commited on
Commit
d0a5b07
β€’
1 Parent(s): 118e15d
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,7 +82,7 @@ st.title("AI Carbon Calculator")
82
 
83
  st.markdown('## Estimate your AI model\'s CO2 carbon footprint! 🌎πŸ–₯️🌎')
84
  st.markdown('### Calculating the carbon footprint of AI models can be hard... this tool is here to help!')
85
- st.markdown('##### Use the calculators below to calculate different aspects of your model\'s carbon footprint' \
86
  'and don\'t forget to share your data to help the community better understand the carbon emissions of AI!')
87
 
88
  st.markdown('### Dynamic Emissions πŸš€')
@@ -215,4 +215,4 @@ with st.expander("More information about our Methodology"):
215
  st.markdown('#### Embodied Emissions')
216
  st.markdown('These are calculated by dividing the amount of emissions produced during the manufacturing process by the time of use based on a linearly ammortised emissions conversion factor (in our case, 0,0289 [(source)](https://docs.google.com/spreadsheets/d/1DqYgQnEDLQVQm5acMAhLgHLD8xXCG9BIrk-_Nv6jF3k/)).')
217
  st.markdown('#### Example of application')
218
- st.markdown('For an example this methodology, check out the [BLOOM 🌸 model CO2 paper](https://arxiv.org/abs/2211.02001)'')')
 
82
 
83
  st.markdown('## Estimate your AI model\'s CO2 carbon footprint! 🌎πŸ–₯️🌎')
84
  st.markdown('### Calculating the carbon footprint of AI models can be hard... this tool is here to help!')
85
+ st.markdown('##### Use the calculators below to calculate different aspects of your model\'s carbon footprint ' \
86
  'and don\'t forget to share your data to help the community better understand the carbon emissions of AI!')
87
 
88
  st.markdown('### Dynamic Emissions πŸš€')
 
215
  st.markdown('#### Embodied Emissions')
216
  st.markdown('These are calculated by dividing the amount of emissions produced during the manufacturing process by the time of use based on a linearly ammortised emissions conversion factor (in our case, 0,0289 [(source)](https://docs.google.com/spreadsheets/d/1DqYgQnEDLQVQm5acMAhLgHLD8xXCG9BIrk-_Nv6jF3k/)).')
217
  st.markdown('#### Example of application')
218
+ st.markdown('For an example of this methodology, check out the [BLOOM 🌸 model CO2 paper](https://arxiv.org/abs/2211.02001)'')')