adrienbanse commited on
Commit
f429762
1 Parent(s): 1bafe9c
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -16,21 +16,23 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
16
  To do:
17
 
18
  - [ ] Add a tab with basic documentation
19
- - [x] Definition of each indicator (check the use of tool tip in gradio ?)
20
  - [ ] Basic explanation of the methodology
21
  - Why it depends on the number of tokens? (What is a token?)
22
  - What is taken into account? (usage, manufacturing for inference != training)
23
  - What hypotheses have we made?
24
  - [X] Explain how to reduce the impacts? What are good strategies? (Valentin)
25
- - [X] Add more indicators like (km by car, kg of concrete, ...) we can use [impactco2.fr](https://impactco2.fr/). (Valentin)
26
- - To enrich !
 
 
27
  - [ ] Call to actions: (Valentin)
28
  - [X] Follow us on LinkedIn
29
  - [ ] Share the results of a simulation (e.g. export an image generated with plotly for instance?)
30
- - [x] Add an advanced/expert tab
31
- - [x] True number of tokens
32
- - [x] Expose more inputs like the electricity mix
33
- - [x] Examples of electricity mixes
34
- - [x] Custom number of parameters
35
  - [ ] Live reload mode (Adrien)
36
  - [ ] Idea : "estimate a given prompt impact" function which allows to enter a prompt in a text field and estimate its impacts
 
16
  To do:
17
 
18
  - [ ] Add a tab with basic documentation
19
+ - [X] Definition of each indicator (check the use of tool tip in gradio ?)
20
  - [ ] Basic explanation of the methodology
21
  - Why it depends on the number of tokens? (What is a token?)
22
  - What is taken into account? (usage, manufacturing for inference != training)
23
  - What hypotheses have we made?
24
  - [X] Explain how to reduce the impacts? What are good strategies? (Valentin)
25
+ - [ ] Add more indicators like (km by car, kg of concrete, ...) we can use [impactco2.fr](https://impactco2.fr/). (Valentin)
26
+ - [X] First version
27
+ - [ ] To enrich
28
+ - [ ] Handle units (e.g. +1e3 shouldn't be in the output)
29
  - [ ] Call to actions: (Valentin)
30
  - [X] Follow us on LinkedIn
31
  - [ ] Share the results of a simulation (e.g. export an image generated with plotly for instance?)
32
+ - [X] Add an advanced/expert tab
33
+ - [X] True number of tokens
34
+ - [X] Expose more inputs like the electricity mix
35
+ - [X] Examples of electricity mixes
36
+ - [X] Custom number of parameters
37
  - [ ] Live reload mode (Adrien)
38
  - [ ] Idea : "estimate a given prompt impact" function which allows to enter a prompt in a text field and estimate its impacts