phanerozoic commited on
Commit
bce7b3e
·
verified ·
1 Parent(s): 0491733

Add placeholder docstring column for schema consistency

Browse files

- Added empty string docstring column as placeholder
- Ensures compatibility when training across all prover datasets
- Real docstrings to be extracted and added in future update
- Prevents training errors from schema mismatch

Files changed (2) hide show
  1. README.md +36 -9
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -1,18 +1,45 @@
1
  ---
2
  license: apache-2.0
3
  tags:
4
- - theorem-proving
5
- - formal-methods
6
- - fstar
7
- - dependent-types
8
- - verification
9
  task_categories:
10
- - text-generation
11
- - feature-extraction
12
  language:
13
- - en
14
  size_categories:
15
- - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  # F-Star
 
1
  ---
2
  license: apache-2.0
3
  tags:
4
+ - theorem-proving
5
+ - formal-methods
6
+ - fstar
7
+ - dependent-types
8
+ - verification
9
  task_categories:
10
+ - text-generation
11
+ - feature-extraction
12
  language:
13
+ - en
14
  size_categories:
15
+ - 10K<n<100K
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: data/train-*
21
+ dataset_info:
22
+ features:
23
+ - name: fact
24
+ dtype: string
25
+ - name: type
26
+ dtype: string
27
+ - name: library
28
+ dtype: string
29
+ - name: imports
30
+ list: string
31
+ - name: filename
32
+ dtype: string
33
+ - name: symbolic_name
34
+ dtype: string
35
+ - name: docstring
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 4164767
40
+ num_examples: 12957
41
+ download_size: 794637
42
+ dataset_size: 4164767
43
  ---
44
 
45
  # F-Star
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7434bbb0a76583021205c02945f39637daa7f1ec4c03eae86cfdccd5739efaa3
3
- size 794244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd61aa02124951e903f6037c24889490b2b93dad6ceec67a267176cef64eaeb6
3
+ size 794637