mercury_random_1 / README.md
vda1708's picture
Upload README.md with huggingface_hub
f43268a verified
metadata
dataset_info:
  features:
    - name: slug_name
      dtype: string
    - name: meta_info
      struct:
        - name: data
          struct:
            - name: question
              struct:
                - name: categoryTitle
                  dtype: string
                - name: content
                  dtype: string
                - name: difficulty
                  dtype: string
                - name: questionFrontendId
                  dtype: string
                - name: questionId
                  dtype: string
                - name: questionTitle
                  dtype: string
                - name: questionTitleSlug
                  dtype: string
                - name: similarQuestions
                  dtype: string
                - name: stats
                  dtype: string
                - name: topicTags
                  list:
                    - name: name
                      dtype: string
                    - name: slug
                      dtype: string
    - name: id
      dtype: string
    - name: difficulty
      dtype: string
    - name: pretty_content
      sequence: string
    - name: solutions
      list:
        - name: hash
          dtype: int64
        - name: runtime
          dtype: string
        - name: solution
          dtype: string
    - name: prompt
      dtype: string
    - name: generator_code
      dtype: string
    - name: convert_online
      dtype: string
    - name: convert_offline
      dtype: string
    - name: evaluate_offline
      dtype: string
    - name: entry_point
      dtype: string
    - name: test_cases
      dtype: string
    - name: acRate
      dtype: float64
    - name: Difficulty Level
      dtype: string
    - name: demons
      dtype: string
  splits:
    - name: train
      num_bytes: 24920436
      num_examples: 1633
    - name: test
      num_bytes: 10133841
      num_examples: 256
  download_size: 11757759
  dataset_size: 35054277

Dataset Card for "mercury_random_1"

More Information needed