bincorp-3m-binsim / README.md
Alex-xu's picture
Upload README.md with huggingface_hub
7444971
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: function_name
      sequence: string
    - name: functions
      list:
        - name: code
          dtype: string
        - name: data_dep
          dtype: string
        - name: filename
          dtype: int64
        - name: function_addr
          dtype: int64
  splits:
    - name: train
      num_bytes: 6332756875.155592
      num_examples: 340843
    - name: test
      num_bytes: 703649974.844408
      num_examples: 37872
  download_size: 2285955804
  dataset_size: 7036406850

Dataset Card for "bincorp-3m-binsim"

More Information needed