Datasets:

ArXiv:
License:
nutPace commited on
Commit
2892a68
1 Parent(s): 90ed881

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -2,6 +2,27 @@
2
  license: apache-2.0
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ## Example Entry
6
  An entry in the miniCTX dataset consists of the theorem statement, preceding file contents, and metadata information. For example, given the following theorem `s_eq_pow_two` in context:
7
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ ---
6
+ configs:
7
+ - config_name: default
8
+ data_files:
9
+ - split: hep
10
+ path: "minictx/hep.jsonl"
11
+ - split: htpi
12
+ path: "minictx/htpi.jsonl"
13
+ - split: mathlib
14
+ path: "minictx/mathlib.jsonl"
15
+ - split: pfr
16
+ path: "minictx/pfr.jsonl"
17
+ - split: pfr_cross
18
+ path: "minictx/pfr_cross.jsonl"
19
+ - split: pnt
20
+ path: "minictx/pnt.jsonl"
21
+ - split: scilean
22
+ path: "minictx/scilean.jsonl"
23
+ ---
24
+
25
+
26
  ## Example Entry
27
  An entry in the miniCTX dataset consists of the theorem statement, preceding file contents, and metadata information. For example, given the following theorem `s_eq_pow_two` in context:
28