my-NFT-balanced / README.md
hongerzh's picture
Upload README.md with huggingface_hub
7bc94b2 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: text
      dtype: string
    - name: label
      dtype: float64
    - name: sold_price
      dtype: float64
    - name: matching_speed
      dtype: float64
    - name: time
      dtype: float64
  splits:
    - name: train
      num_bytes: 1510109759
      num_examples: 5000
    - name: validation
      num_bytes: 1413302371
      num_examples: 5000
  download_size: 1678115079
  dataset_size: 2923412130

Dataset Card for "my-NFT-balanced"

More Information needed