File size: 661 Bytes
d266f22
 
 
 
 
 
 
4b04efd
 
d266f22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b80daa1
 
 
 
d266f22
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt
    dtype: json
  - name: completion
    dtype: json
  - name: tools
    dtype: json
  - name: current_wire_repr
    dtype: string
  - name: target_wire_repr
    dtype: string
  - name: num_segments
    dtype: int8
  - name: points
    dtype:
      array2_d:
        shape:
        - null
        - 3
        dtype: float32
  - name: wire_id
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 1258303427
    num_examples: 13354
  download_size: 1204472333
  dataset_size: 1258303427
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---