File size: 684 Bytes
81520a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image_id
    dtype: int64
  - name: filename
    dtype: string
  - name: original_image
    dtype: image
  - name: inpainted_image
    dtype: image
  - name: annotation_text
    dtype: string
  - name: bbox
    sequence: float32
    length: 4
  - name: llama_response1
    dtype: string
  - name: llama_response2
    dtype: string
  - name: llama_response3
    dtype: string
  - name: full_json_object
    dtype: string
  splits:
  - name: train
    num_bytes: 1414070729.0
    num_examples: 4724
  download_size: 1411124048
  dataset_size: 1414070729.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---