my-NFT-summer / README.md
hongerzh's picture
Upload README.md with huggingface_hub
8c8f315 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
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: 2362088378
      num_examples: 12000
    - name: validation
      num_bytes: 813036705
      num_examples: 4000
    - name: test
      num_bytes: 945627871
      num_examples: 4000
  download_size: 3119526764
  dataset_size: 4120752954

Dataset Card for "my-NFT-summer"

More Information needed