File size: 589 Bytes
0933bc0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ca4a190
 
 
 
0933bc0
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: symbol_a
    dtype: string
  - name: symbol_b
    dtype: string
  - name: symbol_a_name
    dtype: string
  - name: symbol_b_name
    dtype: string
  - name: is_linked
    dtype: bool
  - name: hop_count
    dtype: int64
  - name: ground_truth_path
    list: string
  - name: repo_name
    dtype: string
  splits:
  - name: train
    num_bytes: 3849779
    num_examples: 3000
  download_size: 495733
  dataset_size: 3849779
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---