minhkhoi1026 commited on
Commit
523489c
·
verified ·
1 Parent(s): 0ff8f45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ LLMPerf model checkpoints, including:
5
+ 1. **2B_log2_200k**: `codegen2B-multi` finetuned on `opencl-llmperf` 200K dataset, predict log2 of execution time.
6
+ 2. **2B_log2_250k**: `codegen2B-multi` finetuned on `opencl-llmperf` 250K dataset, predict log2 of execution time.
7
+ 3. **2B_log2_400k**: `codegen2B-multi` finetuned on `opencl-llmperf` 400K dataset, predict log2 of execution time.
8
+ 4. **350m_log2_200k**: `codegen350m-multi` finetuned on `opencl-llmperf` 200K dataset, predict log2 of execution time.
9
+ 5. **350m_log2_400k**: `codegen350m-multi` finetuned on `opencl-llmperf` 400K dataset, predict log2 of execution time.