opencl-llmperf / README.md
minhkhoi1026's picture
Upload README.md with huggingface_hub
2f79c0c verified
|
raw
history blame
1.35 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: 499610570
        num_examples: 177892
    download_size: 97957895
    dataset_size: 501768029
  - 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
configs:
  - config_name: benchmark-loop_with_variable_v2_no_k
    data_files:
      - split: train
        path: benchmark-loop_with_variable_v2_no_k/train-*
  - config_name: github-200k
    data_files:
      - split: train
        path: github-200k/train-*
      - split: validation
        path: github-200k/validation-*