TheFactoryXBot's picture
Upload dataset
cd9523f verified
|
raw
history blame
1.49 kB
metadata
dataset_info:
  features:
    - name: name
      dtype: string
    - name: description
      dtype: string
    - name: public_tests
      struct:
        - name: input
          list: string
        - name: output
          list: string
    - name: private_tests
      struct:
        - name: input
          list: string
        - name: output
          list: string
    - name: generated_tests
      struct:
        - name: input
          list: string
        - name: output
          list: string
    - name: source
      dtype: int64
    - name: difficulty
      dtype: int64
    - name: solutions
      struct:
        - name: language
          list: int64
        - name: solution
          list: string
    - name: incorrect_solutions
      struct:
        - name: language
          list: int64
        - name: solution
          list: string
    - name: cf_contest_id
      dtype: int64
    - name: cf_index
      dtype: string
    - name: cf_points
      dtype: float64
    - name: cf_rating
      dtype: int64
    - name: cf_tags
      list: string
    - name: is_description_translated
      dtype: bool
    - name: untranslated_description
      dtype: string
    - name: time_limit
      struct:
        - name: nanos
          dtype: int64
        - name: seconds
          dtype: int64
    - name: memory_limit_bytes
      dtype: int64
    - name: input_file
      dtype: string
    - name: output_file
      dtype: string
  splits:
    - name: train
      num_bytes: 722899599
      num_examples: 500
  download_size: 286147240
  dataset_size: 722899599
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*