File size: 841 Bytes
025a33f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f5f6008
8fc27df
f5f6008
 
025a33f
 
 
 
 
 
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
37
38
39
40
41
42
---
dataset_info:
  features:
  - name: images
    dtype: image
  - name: prompts
    dtype: string
  - name: final_output
    struct:
    - name: bill_of_lading
      dtype: string
    - name: container_number
      dtype: string
    - name: container_type
      dtype: string
    - name: container_weight
      dtype: string
    - name: container_weight_unit
      dtype: string
    - name: destination_address
      dtype: string
    - name: importing_carrier
      dtype: string
    - name: origin_address
      dtype: string
    - name: po_number
      dtype: string
    - name: reference_number
      dtype: string
  splits:
  - name: train
    num_bytes: 628291776.0
    num_examples: 780
  download_size: 533038460
  dataset_size: 628291776.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---