File size: 1,539 Bytes
2ffb154 6b5e03d 85e37e1 2ffb154 85e37e1 2ffb154 6b5e03d 85e37e1 2ffb154 23c9ea9 f429762 9f964cb 23c9ea9 fdd0b05 f429762 9f964cb fdd0b05 1bafe9c f429762 85e37e1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
title: EcoLogits Calculator
emoji: 🧮
colorFrom: green
colorTo: indigo
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: true
license: cc-by-sa-4.0
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
To do:
- [ ] Add a tab with basic documentation
- [X] Definition of each indicator (check the use of tool tip in gradio ?)
- [ ] Basic explanation of the methodology
- Why it depends on the number of tokens? (What is a token?)
- What is taken into account? (usage, manufacturing for inference != training)
- What hypotheses have we made?
- [X] Explain how to reduce the impacts? What are good strategies? (Valentin)
- [ ] Add more indicators like (km by car, kg of concrete, ...) we can use [impactco2.fr](https://impactco2.fr/). (Valentin)
- [X] First version
- [ ] To enrich
- [ ] Call to actions: (Valentin)
- [X] Follow us on LinkedIn
- [ ] Share the results of a simulation (e.g. export an image generated with plotly for instance?)
- [X] Add an advanced/expert tab
- [X] True number of tokens
- [X] Expose more inputs like the electricity mix
- [X] Examples of electricity mixes
- [X] Custom number of parameters
- [x] Live reload mode
- [ ] Idea : "estimate a given prompt impact" function which allows to enter a prompt in a text field and estimate its impacts
- [ ] Idea: copy-paste a ChatGPT conversation link and estimate the impacts.
- [ ] Idea: compare with country electricity consumption
|