phanerozoic commited on
Commit
0eb4b3e
·
verified ·
1 Parent(s): b62c1e7

Add placeholder docstring column for schema consistency

Browse files

- Added empty string docstring column as placeholder
- Ensures compatibility when training across all Coq/Lean4 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 +34 -7
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -1,16 +1,43 @@
1
  ---
2
  license: bsd-2-clause
3
  tags:
4
- - theorem-proving
5
- - formal-methods
6
- - coq
7
  task_categories:
8
- - text-generation
9
- - feature-extraction
10
  language:
11
- - en
12
  size_categories:
13
- - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # Coq-ExtLib
 
1
  ---
2
  license: bsd-2-clause
3
  tags:
4
+ - theorem-proving
5
+ - formal-methods
6
+ - coq
7
  task_categories:
8
+ - text-generation
9
+ - feature-extraction
10
  language:
11
+ - en
12
  size_categories:
13
+ - n<1K
14
+ dataset_info:
15
+ features:
16
+ - name: fact
17
+ dtype: string
18
+ - name: type
19
+ dtype: string
20
+ - name: library
21
+ dtype: string
22
+ - name: imports
23
+ list: string
24
+ - name: filename
25
+ dtype: string
26
+ - name: symbolic_name
27
+ dtype: string
28
+ - name: docstring
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 347960
33
+ num_examples: 776
34
+ download_size: 94433
35
+ dataset_size: 347960
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: train
40
+ path: data/train-*
41
  ---
42
 
43
  # Coq-ExtLib
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6861baa66573af3d30c8f4eaec77febfc8cfa81e95cfbedd29efb3a2830caef1
3
- size 94046
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bc459bf70aa9e0482c4d67eac7291ab9a380574b4fd5cb4f0407c138719e9a9
3
+ size 94433