File size: 1,288 Bytes
09f4f13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c97b3ae
 
 
8e3ca74
 
 
2e94674
 
 
80cecd8
 
 
 
 
 
 
 
09f4f13
 
 
 
 
c97b3ae
 
8e3ca74
 
2e94674
 
80cecd8
 
 
 
09f4f13
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
---
dataset_info:
  features:
  - name: nums
    sequence: int64
  - name: target
    dtype: int64
  - name: solution
    sequence: string
  - name: search_path
    dtype: string
  - name: rating
    dtype: float64
  - name: search_type
    dtype: string
  - name: optimal_path
    dtype: string
  - name: heuristic
    dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train_search
    num_bytes: 160804784
    num_examples: 10000
  - name: train_optimal
    num_bytes: 88791854
    num_examples: 10000
  - name: test_search
    num_bytes: 17355242
    num_examples: 1000
  - name: test_optimal
    num_bytes: 9515407
    num_examples: 1000
  - name: val_optimal
    num_bytes: 8895339
    num_examples: 1000
  - name: val_search
    num_bytes: 16111868
    num_examples: 1000
  download_size: 57258201
  dataset_size: 301474494
configs:
- config_name: default
  data_files:
  - split: train_search
    path: data/train_search-*
  - split: train_optimal
    path: data/train_optimal-*
  - split: test_search
    path: data/test_search-*
  - split: test_optimal
    path: data/test_optimal-*
  - split: val_optimal
    path: data/val_optimal-*
  - split: val_search
    path: data/val_search-*
---