Tyrannosaurus commited on
Commit
bae1232
·
verified ·
1 Parent(s): 793c71d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: cc-by-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - en
5
  ---
6
+
7
+ # EfficientLLM
8
+
9
+ ## 🔧 TODO List
10
+
11
+ ### 🧱 Core Codebase & API
12
+ > 📅 Expected Release: **Before June 1, 2025**
13
+
14
+ - [ ] Code for the whole project including pre-training, PEFT, inference, etc.
15
+ - [ ] API for evaluating model latency, memory, throughput, etc.
16
+ - [ ] Integrate metric API into the core codebase.
17
+ - [ ] Code cleanup and documentation.
18
+
19
+ ---
20
+ ### 🧠 PEFT Models (Parameter-Efficient Fine-Tuning)
21
+
22
+ > 📅 Development Starts: **After June 15, 2025**
23
+ - [ ] Release fine-tuned checkpoints and configuration files.
24
+
25
+ ---
26
+ ### 📦 Pretrained Models
27
+
28
+
29
+ > 📅 Gradual Release: **Starting August 2025**
30
+
31
+ - [ ] Release base pretrained checkpoints
32
+ - [ ] Provide scripts for inference and reproducibility.
33
+
34
+
35
+ ## Star History
36
+
37
+ [![Star History Chart](https://api.star-history.com/svg?repos=DLYuanGod/EfficientLLM&type=Date)](https://www.star-history.com/#DLYuanGod/EfficientLLM&Date)