File size: 857 Bytes
63b1c39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: x
    dtype: float64
  - name: y
    dtype: float64
  - name: step
    dtype: int64
  - name: total_points
    dtype: int64
  - name: source_group
    dtype: string
  - name: source_name
    dtype: string
  - name: source_idx
    dtype: int64
  - name: source_sample
    dtype: int64
  - name: label_strategy
    dtype: string
  - name: annotation_style
    dtype: string
  - name: annotation_color
    dtype: string
  - name: draw_line
    dtype: bool
  - name: image
    dtype: image
  splits:
  - name: train_0
    num_bytes: 455248083
    num_examples: 50000
  - name: test_0
    num_bytes: 98063462
    num_examples: 10000
  download_size: 524738553
  dataset_size: 553311545
configs:
- config_name: default
  data_files:
  - split: train_0
    path: data/train_0-*
  - split: test_0
    path: data/test_0-*
---