test_Up / README.md
Ezi's picture
Upload dataset
35c84b6
|
raw
history blame contribute delete
No virus
531 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: package_name
      dtype: string
    - name: review
      dtype: string
    - name: date
      dtype: string
    - name: star
      dtype: int64
    - name: version_id
      dtype: int64
  splits:
    - name: train
      num_bytes: 1508
      num_examples: 5
    - name: test
      num_bytes: 956
      num_examples: 5
  download_size: 9453
  dataset_size: 2464