File size: 638 Bytes
de96e2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
dataset_info:
  features:
  - name: 시험일자
    dtype: string
  - name: 라인명
    dtype: string
  - name: 시험유형
    dtype: string
  - name: 제품번호
    dtype: string
  - name: 측정값
    dtype: float64
  - name: 관리기준(상한)
    dtype: float64
  - name: 관리기준(하한)
    dtype: float64
  - name: 판정
    dtype: string
  - name: 담당자
    dtype: string
  - name: 비고
    dtype: string
  splits:
  - name: test
    num_bytes: 16343
    num_examples: 135
  download_size: 7461
  dataset_size: 16343
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---