multi-humaneval / README.md
iNeil77's picture
Upload dataset
bf55978 verified
|
raw
history blame
4.05 kB
metadata
dataset_info:
  - config_name: csharp
    features:
      - name: task_id
        dtype: string
      - name: language
        dtype: string
      - name: prompt
        dtype: string
      - name: test
        dtype: string
      - name: entry_point
        dtype: string
      - name: stop_tokens
        sequence: string
    splits:
      - name: test
        num_bytes: 502619
        num_examples: 161
    download_size: 112652
    dataset_size: 502619
  - config_name: go
    features:
      - name: task_id
        dtype: string
      - name: language
        dtype: string
      - name: prompt
        dtype: string
      - name: test
        dtype: string
      - name: entry_point
        dtype: string
      - name: stop_tokens
        sequence: string
    splits:
      - name: test
        num_bytes: 355160
        num_examples: 160
    download_size: 101239
    dataset_size: 355160
  - config_name: java
    features:
      - name: task_id
        dtype: string
      - name: language
        dtype: string
      - name: prompt
        dtype: string
      - name: test
        dtype: string
      - name: entry_point
        dtype: string
      - name: stop_tokens
        sequence: string
    splits:
      - name: test
        num_bytes: 525834
        num_examples: 161
    download_size: 132248
    dataset_size: 525834
  - config_name: javascript
    features:
      - name: task_id
        dtype: string
      - name: language
        dtype: string
      - name: prompt
        dtype: string
      - name: test
        dtype: string
      - name: entry_point
        dtype: string
      - name: stop_tokens
        sequence: string
    splits:
      - name: test
        num_bytes: 324986
        num_examples: 161
    download_size: 96696
    dataset_size: 324986
  - config_name: perl
    features:
      - name: task_id
        dtype: string
      - name: language
        dtype: string
      - name: prompt
        dtype: string
      - name: test
        dtype: string
      - name: entry_point
        dtype: string
      - name: stop_tokens
        sequence: string
    splits:
      - name: test
        num_bytes: 292656
        num_examples: 161
    download_size: 94544
    dataset_size: 292656
  - config_name: php
    features:
      - name: task_id
        dtype: string
      - name: language
        dtype: string
      - name: prompt
        dtype: string
      - name: test
        dtype: string
      - name: entry_point
        dtype: string
      - name: stop_tokens
        sequence: string
    splits:
      - name: test
        num_bytes: 297615
        num_examples: 161
    download_size: 94520
    dataset_size: 297615
  - config_name: python
    features:
      - name: task_id
        dtype: string
      - name: language
        dtype: string
      - name: prompt
        dtype: string
      - name: test
        dtype: string
      - name: entry_point
        dtype: string
      - name: stop_tokens
        sequence: string
    splits:
      - name: test
        num_bytes: 170964
        num_examples: 164
    download_size: 68633
    dataset_size: 170964
  - config_name: ruby
    features:
      - name: task_id
        dtype: string
      - name: language
        dtype: string
      - name: prompt
        dtype: string
      - name: test
        dtype: string
      - name: entry_point
        dtype: string
      - name: stop_tokens
        sequence: string
    splits:
      - name: test
        num_bytes: 249095
        num_examples: 161
    download_size: 88502
    dataset_size: 249095
  - config_name: scala
    features:
      - name: task_id
        dtype: string
      - name: language
        dtype: string
      - name: prompt
        dtype: string
      - name: test
        dtype: string
      - name: entry_point
        dtype: string
      - name: stop_tokens
        sequence: string
    splits:
      - name: test
        num_bytes: 354976
        num_examples: 161
    download_size: 113242
    dataset_size: 354976
configs:
  - config_name: csharp
    data_files:
      - split: test
        path: csharp/test-*
  - config_name: go
    data_files:
      - split: test
        path: go/test-*
  - config_name: java
    data_files:
      - split: test
        path: java/test-*
  - config_name: javascript
    data_files:
      - split: test
        path: javascript/test-*
  - config_name: perl
    data_files:
      - split: test
        path: perl/test-*
  - config_name: php
    data_files:
      - split: test
        path: php/test-*
  - config_name: python
    data_files:
      - split: test
        path: python/test-*
  - config_name: ruby
    data_files:
      - split: test
        path: ruby/test-*
  - config_name: scala
    data_files:
      - split: test
        path: scala/test-*