machine_solution / README.md
letao670982's picture
Upload dataset
1389416 verified
|
raw
history blame contribute delete
No virus
667 Bytes
metadata
dataset_info:
  features:
    - name: MACHINE_NO
      dtype: string
    - name: ERROR_ID
      dtype: int64
    - name: ERROR_CODE
      dtype: string
    - name: ERROR_DESC
      dtype: string
    - name: ERROR_CATEGORY1
      dtype: string
    - name: SOLUTION
      dtype: string
  splits:
    - name: train
      num_bytes: 625718
      num_examples: 1689
    - name: vaild
      num_bytes: 79433
      num_examples: 211
    - name: test
      num_bytes: 74391
      num_examples: 212
  download_size: 166732
  dataset_size: 779542
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: vaild
        path: data/vaild-*
      - split: test
        path: data/test-*