opencl-llmperf / README.md
minhkhoi1026's picture
Upload README.md with huggingface_hub
d93c9dc verified
|
raw
history blame
2.06 kB
metadata
license: apache-2.0
dataset_info:
  - config_name: benchmark-loop_with_variable_v2_no_k
    features:
      - name: code
        dtype: string
      - name: gsize
        dtype: int64
      - name: lsize
        dtype: int64
      - name: execution_time
        dtype: float64
      - name: input_sizes
        dtype: string
      - name: __index_level_0__
        dtype: int64
    splits:
      - name: train
        num_bytes: 2157459
        num_examples: 5452
      - name: validation
        num_bytes: 242278
        num_examples: 610
    download_size: 97989419
    dataset_size: 2399737
  - config_name: github-200k
    features:
      - name: code
        dtype: string
      - name: gsize
        dtype: int64
      - name: lsize
        dtype: int64
      - name: execution_time
        dtype: float64
      - name: input_sizes
        dtype: string
      - name: __index_level_0__
        dtype: int64
    splits:
      - name: train
        num_bytes: 499610570
        num_examples: 177892
      - name: validation
        num_bytes: 499610570
        num_examples: 177892
    download_size: 97669540
    dataset_size: 999221140
  - config_name: github-350k
    features:
      - name: code
        dtype: string
      - name: gsize
        dtype: int64
      - name: lsize
        dtype: int64
      - name: execution_time
        dtype: float64
      - name: input_sizes
        dtype: string
      - name: __index_level_0__
        dtype: int64
    splits:
      - name: train
        num_bytes: 2157459
        num_examples: 5452
      - name: validation
        num_bytes: 29945960
        num_examples: 36195
    download_size: 101263343
    dataset_size: 32103419
configs:
  - config_name: benchmark-loop_with_variable_v2_no_k
    data_files:
      - split: train
        path: benchmark-loop_with_variable_v2_no_k/train-*
      - split: validation
        path: benchmark-loop_with_variable_v2_no_k/validation-*
  - config_name: github-200k
    data_files:
      - split: train
        path: github-200k/train-*
      - split: validation
        path: github-200k/validation-*
  - config_name: github-350k
    data_files:
      - split: train
        path: github-350k/train-*
      - split: validation
        path: github-350k/validation-*