File size: 432 Bytes
32252d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29b8c99
32252d7
29b8c99
 
32252d7
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: note
    dtype: string
  - name: entities
    struct:
    - name: manufacturer
      dtype: string
    - name: model_number
      dtype: string
    - name: spare_part_type
      dtype: string
  splits:
  - name: train
    num_bytes: 1791
    num_examples: 15
  download_size: 2996
  dataset_size: 1791
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---