File size: 648 Bytes
523489c |
1 2 3 4 5 6 7 8 9 |
---
license: apache-2.0
---
LLMPerf model checkpoints, including:
1. **2B_log2_200k**: `codegen2B-multi` finetuned on `opencl-llmperf` 200K dataset, predict log2 of execution time.
2. **2B_log2_250k**: `codegen2B-multi` finetuned on `opencl-llmperf` 250K dataset, predict log2 of execution time.
3. **2B_log2_400k**: `codegen2B-multi` finetuned on `opencl-llmperf` 400K dataset, predict log2 of execution time.
4. **350m_log2_200k**: `codegen350m-multi` finetuned on `opencl-llmperf` 200K dataset, predict log2 of execution time.
5. **350m_log2_400k**: `codegen350m-multi` finetuned on `opencl-llmperf` 400K dataset, predict log2 of execution time. |