File size: 1,182 Bytes
91a9e8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3496cce
8db56e0
3496cce
 
91a9e8f
 
 
 
 
a5a415a
 
 
91a9e8f
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
dataset_info:
  features:
  - name: images
    sequence: image
  - name: texts
    list:
    - name: user
      dtype: string
    - name: assistant
      dtype: string
    - name: source
      dtype: string
  - name: embedding
    sequence:
      sequence: float16
  - name: tag
    dtype: string
  - name: depth_map
    dtype: image
  - name: focallength
    dtype: float64
  - name: masks
    sequence:
      sequence:
        sequence: uint8
  - name: bboxes
    sequence:
      sequence: float64
  - name: captions
    sequence: string
  - name: pointclouds
    sequence: string
  - name: is_canonicalized
    dtype: bool
  - name: prompts
    sequence: string
  - name: truncated_prompts
    sequence: string
  - name: messages
    list:
    - name: content
      list:
      - name: index
        dtype: int64
      - name: text
        dtype: string
      - name: type
        dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 157641043.0
    num_examples: 41
  download_size: 54726195
  dataset_size: 157641043.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
tags:
- vqasynth
- remyx
---