EntityMatching / README.md
SaylorTwift's picture
SaylorTwift HF Staff
Add 'Company' config data files
a3adb65 verified
|
raw
history blame
2.29 kB
metadata
dataset_info:
  - config_name: Abt_Buy
    features:
      - name: productA
        dtype: string
      - name: productB
        dtype: string
      - name: same
        dtype: bool_
    splits:
      - name: train
        num_bytes: 580495
        num_examples: 1232
      - name: validation
        num_bytes: 926013
        num_examples: 1916
      - name: test
        num_bytes: 937812
        num_examples: 1916
    download_size: 508497
    dataset_size: 2444320
  - config_name: Amazon_Google
    features:
      - name: productA
        dtype: string
      - name: productB
        dtype: string
      - name: same
        dtype: bool_
    splits:
      - name: train
        num_bytes: 262631
        num_examples: 1398
      - name: validation
        num_bytes: 430776
        num_examples: 2293
      - name: test
        num_bytes: 429953
        num_examples: 2293
    download_size: 247843
    dataset_size: 1123360
  - config_name: Beer
    features:
      - name: productA
        dtype: string
      - name: productB
        dtype: string
      - name: same
        dtype: bool_
    splits:
      - name: train
        num_bytes: 20547
        num_examples: 80
      - name: validation
        num_bytes: 24191
        num_examples: 91
      - name: test
        num_bytes: 24255
        num_examples: 91
    download_size: 29542
    dataset_size: 68993
  - config_name: Company
    features:
      - name: productA
        dtype: string
      - name: productB
        dtype: string
      - name: same
        dtype: bool_
    splits:
      - name: train
        num_bytes: 438041265
        num_examples: 33718
      - name: validation
        num_bytes: 322303999
        num_examples: 22533
      - name: test
        num_bytes: 309899980
        num_examples: 22503
    download_size: 365685795
    dataset_size: 1070245244
configs:
  - config_name: Abt_Buy
    data_files:
      - split: train
        path: Abt_Buy/train-*
      - split: validation
        path: Abt_Buy/validation-*
      - split: test
        path: Abt_Buy/test-*
  - config_name: Amazon_Google
    data_files:
      - split: train
        path: Amazon_Google/train-*
      - split: validation
        path: Amazon_Google/validation-*
      - split: test
        path: Amazon_Google/test-*
  - config_name: Beer
    data_files:
      - split: train
        path: Beer/train-*
      - split: validation
        path: Beer/validation-*
      - split: test
        path: Beer/test-*
  - config_name: Company
    data_files:
      - split: train
        path: Company/train-*
      - split: validation
        path: Company/validation-*
      - split: test
        path: Company/test-*