sasha HF staff commited on
Commit
46f860f
Β·
verified Β·
1 Parent(s): 4922242

Update README.md

Browse files

Updated timeline + links to datasets

Files changed (1) hide show
  1. README.md +16 -19
README.md CHANGED
@@ -11,9 +11,7 @@ pinned: false
11
  ## ⭐ AI Energy Star Rating Project ⭐
12
 
13
  ### πŸ§‘β€πŸ€β€πŸ§‘ People involved πŸ§‘β€πŸ€β€πŸ§‘:
14
- @sasha, @yjernite, @IlyasMoutawwakil, @regisss, @sarahooker, @meg, Carole-Jean Wu,....
15
-
16
- ### 🌐 Website: [Coming Soon!]()
17
 
18
  ### 🌎 Project Mission 🌎 :
19
 
@@ -21,31 +19,30 @@ To develop an Energy Star rating system for AI model deployment that will guide
21
 
22
  #### βŒ› Timeline (2024) βŒ›:
23
 
24
- **mid-end July**: project scoping and definition
25
- **early-mid August**: defining testing datasets and experimental protocol
26
- **mid-late September**: experimentation on HF cluster
27
- **October**: report writing + launch!
28
 
29
 
30
  ### πŸ“ Tasks πŸ“:
31
 
32
  **Language**:
33
- - Text Generation: Single-turn (β€œstandard”)
34
- - Summarization
35
- - Question answering: extractive (i.e. information extraction)
36
- - Text Classification: Single input (e.g. sentiment analysis)
 
37
 
38
  **Vision**:
39
- - Image classification
40
- - Object detection
41
 
42
- **Speech**:
43
- - Speech-to-text
44
 
45
- **Commerce**:
46
- - Recommendation
47
 
48
  **Generative**:
49
- - Text to Image
50
- - Image to text: i.e. image captioning
51
 
 
11
  ## ⭐ AI Energy Star Rating Project ⭐
12
 
13
  ### πŸ§‘β€πŸ€β€πŸ§‘ People involved πŸ§‘β€πŸ€β€πŸ§‘:
14
+ Sasha Luccioni, Boris Gamazaychikov, Emma Strubell, Sara Hooker, Yacine Jernite, Margaret Mitchell, Carole-Jean Wu
 
 
15
 
16
  ### 🌎 Project Mission 🌎 :
17
 
 
19
 
20
  #### βŒ› Timeline (2024) βŒ›:
21
 
22
+ **mid-end August**: project scoping and definition *done*
23
+ **early-mid September**: defining testing datasets and experimental protocol *done*
24
+ **mid-late September**: initial experimentation on HF cluster *done*
25
+ **early October**: launch of leaderboard v1
26
 
27
 
28
  ### πŸ“ Tasks πŸ“:
29
 
30
  **Language**:
31
+ - [Text Generation](https://huggingface.co/datasets/EnergyStarAI/text_generation)
32
+ - [Summarization](https://huggingface.co/datasets/EnergyStarAI/summarization)
33
+ - [Question answering (i.e. information extraction)](https://huggingface.co/datasets/EnergyStarAI/extractive_qa)
34
+ - [Text Classification](https://huggingface.co/datasets/EnergyStarAI/text_classification)
35
+ - [Sentence similarity](https://huggingface.co/datasets/EnergyStarAI/sentence_similarity)
36
 
37
  **Vision**:
38
+ - [Image classification](https://huggingface.co/datasets/EnergyStarAI/image_captioning)
39
+ - [Object detection](https://huggingface.co/datasets/EnergyStarAI/object_detection))
40
 
41
+ https://huggingface.co/datasets/EnergyStarAI/object_detection)**Speech**:
42
+ - [Speech-to-text (automatic speech recognition)](https://huggingface.co/datasets/EnergyStarAI/ASR)
43
 
 
 
44
 
45
  **Generative**:
46
+ - {Text to Image (Image generation)](https://huggingface.co/datasets/EnergyStarAI/image_generation)
47
+ - [Image to text (Image captioning)](https://huggingface.co/datasets/EnergyStarAI/image_captioning)
48