openbench-logs-2 / README.md
burtenshaw's picture
burtenshaw HF Staff
Upload dataset
def003d verified
|
raw
history blame
1.52 kB
metadata
dataset_info:
  - config_name: results
    features:
      - name: log_path
        dtype: string
      - name: eval_id
        dtype: string
      - name: run_id
        dtype: string
      - name: created
        dtype: string
      - name: task
        dtype: string
      - name: task_id
        dtype: string
      - name: model
        dtype: string
      - name: total_samples
        dtype: int64
      - name: completed_samples
        dtype: int64
      - name: accuracy
        dtype: float64
      - name: stderr
        dtype: float64
      - name: std
        dtype: float64
      - name: stem_accuracy
        dtype: float64
      - name: stem_stderr
        dtype: float64
      - name: stem_std
        dtype: float64
    splits:
      - name: train
        num_bytes: 312
        num_examples: 1
    download_size: 7119
    dataset_size: 312
  - config_name: stats
    features:
      - name: log_path
        dtype: string
      - name: eval_id
        dtype: string
      - name: run_id
        dtype: string
      - name: created
        dtype: string
      - name: task
        dtype: string
      - name: task_id
        dtype: string
      - name: model
        dtype: string
      - name: started_at
        dtype: string
      - name: completed_at
        dtype: string
      - name: usage_model
        dtype: string
      - name: input_tokens
        dtype: int64
      - name: output_tokens
        dtype: int64
      - name: total_tokens
        dtype: int64
    splits:
      - name: train
        num_bytes: 370
        num_examples: 1
    download_size: 6536
    dataset_size: 370
configs:
  - config_name: results
    data_files:
      - split: train
        path: results/train-*
  - config_name: stats
    data_files:
      - split: train
        path: stats/train-*