Santp98's picture
Upload README.md with huggingface_hub
15b2fab
|
raw
history blame
842 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: process_id
      dtype: string
    - name: description
      dtype: string
    - name: generated_queries
      dtype: string
    - name: qty_of_bidders
      dtype: int64
    - name: bids_qty_by_bidders
      dtype: int64
    - name: publication_date
      dtype: timestamp[ns]
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 100496256
      num_examples: 330020
    - name: test
      num_bytes: 20731674
      num_examples: 66073
  download_size: 64419419
  dataset_size: 121227930

Dataset Card for "query_generated-title-secop2"

More Information needed