merge_small_wed / README.md
BrianPaolo's picture
Upload dataset
66ead5c verified
metadata
dataset_info:
  features:
    - name: Classification_Type
      dtype: string
    - name: File_Type
      dtype: string
    - name: Bank_Name
      dtype: string
    - name: Transaction_Codes
      dtype: string
    - name: Explanation
      dtype: string
    - name: Primary_Classification
      dtype: string
    - name: Secondary_Classification
      dtype: string
    - name: Tertiary_Classification
      dtype: string
    - name: Tertiary_ID
      dtype: float64
    - name: Item_Name
      dtype: string
    - name: Item_Description
      dtype: string
    - name: Account_Type
      dtype: string
    - name: State
      dtype: string
    - name: Primary_Classification_Code
      dtype: string
  splits:
    - name: train
      num_bytes: 95832
      num_examples: 495
    - name: test
      num_bytes: 18042
      num_examples: 94
    - name: validation
      num_bytes: 17378
      num_examples: 90
  download_size: 60700
  dataset_size: 131252
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*