ASC23-LLM inference optimization dataset
收藏资源简介:
该数据集用于ASC23 LLM推理优化挑战,包含10,000个样本,具有多领域覆盖、多语言支持、大规模数据和长度多样性等特点。数据集中的文本数据来自新闻、百科、小说、论坛等多个领域,涵盖不同主题、风格和观点,支持英语、中文、韩语、西班牙语等多种语言。
This dataset is designed for the ASC23 LLM (Large Language Model) inference optimization challenge, comprising 10,000 samples characterized by multi-domain coverage, multilingual support, large-scale data, and length diversity. The textual data within the dataset is sourced from various domains including news, encyclopedias, novels, and forums, encompassing a wide range of topics, styles, and perspectives. It supports multiple languages such as English, Chinese, Korean, and Spanish.
ASC23-LLM inference optimization 数据集概述
数据集描述
该数据集是为ASC23 LLM推理优化挑战提供的,包含10,000个样本,用于构建基于LLaMA-70B的推理引擎,以实现高吞吐量。
数据集特点
- 多领域覆盖:包含来自新闻、百科、小说、论坛等多个领域的文本数据,覆盖不同主题、风格和观点,增强模型在不同领域任务中的泛化能力。
- 多语言支持:包含英语、中文、韩语、西班牙语等多种语言的文本数据,使模型能够理解和生成多语言文本。
- 大规模数据:从大量文本数据中采样,有助于提升模型的语言理解和生成能力。
- 长度多样性:过滤掉过长和过短的序列,样本长度范围为4至1024,覆盖日常使用中的大部分长度范围。
基准代码
ASC24委员会提供了一个基准代码,用于衡量吞吐量和总令牌数。参与者可以从该基准代码开始,进行修改以提高推理性能。
使用示例
bash CUDA_VISIBLE_DEVICES=0 python baseline.py --dataset /your_data_path/scrambled_sampled_dataset.json --model /your_model_path/hf_model_weights --num-samples=10
参数--num-samples仅用于测试,参与者应使用完整的10k数据集进行挑战。




