CoolFace
Datasetpublic

Santp98/query_generated-title-secop2

Dataset Card for "query_generated-title-secop2" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes12downloads
README.md37 linesDownload Raw Back to root
1---2configs:3- config_name: default4  data_files:5  - split: train6    path: data/train-*7  - split: test8    path: data/test-*9dataset_info:10  features:11  - name: process_id12    dtype: string13  - name: description14    dtype: string15  - name: generated_queries16    dtype: string17  - name: qty_of_bidders18    dtype: int6419  - name: bids_qty_by_bidders20    dtype: int6421  - name: publication_date22    dtype: timestamp[ns]23  - name: __index_level_0__24    dtype: int6425  splits:26  - name: train27    num_bytes: 3731088728    num_examples: 12728429  - name: test30    num_bytes: 3460045831    num_examples: 11026332  download_size: 1854387133  dataset_size: 7191134534---35# Dataset Card for "query_generated-title-secop2"36 37[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)