LeetCodeSample / README.md
sine's picture
Upload dataset
6e5b7c9 verified
|
raw
history blame
842 Bytes
metadata
configs:
  - config_name: python
    data_files:
      - split: test
        path: python/test-*
dataset_info:
  config_name: python
  features:
    - name: id
      dtype: string
    - name: content
      dtype: string
    - name: test
      struct:
        - name: code
          dtype: string
    - name: labels
      struct:
        - name: questionId
          dtype: string
        - name: questionFrontendId
          dtype: string
        - name: questionTitle
          dtype: string
        - name: stats
          struct:
            - name: totalAccepted
              dtype: string
            - name: totalSubmission
              dtype: string
            - name: totalAcceptedRaw
              dtype: int64
            - name: totalSubmissionRaw
              dtype: int64
            - name: acRate
              dtype: string
  splits:
    - name: test
      num_bytes: 1227788
      num_examples: 260
  download_size: 499390
  dataset_size: 1227788