phanerozoic commited on
Commit
8f2e3f6
·
verified ·
1 Parent(s): 9a618ea

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
@@ -3,16 +3,43 @@ license: other
3
  license_name: cecill-b
4
  license_link: https://cecill.info/licences/Licence_CeCILL-B_V1-en.html
5
  tags:
6
- - theorem-proving
7
- - formal-methods
8
- - coq
9
  task_categories:
10
- - text-generation
11
- - feature-extraction
12
  language:
13
- - en
14
  size_categories:
15
- - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  # Coq-OddOrder
 
3
  license_name: cecill-b
4
  license_link: https://cecill.info/licences/Licence_CeCILL-B_V1-en.html
5
  tags:
6
+ - theorem-proving
7
+ - formal-methods
8
+ - coq
9
  task_categories:
10
+ - text-generation
11
+ - feature-extraction
12
  language:
13
+ - en
14
  size_categories:
15
+ - 1K<n<10K
16
+ dataset_info:
17
+ features:
18
+ - name: fact
19
+ dtype: string
20
+ - name: type
21
+ dtype: string
22
+ - name: library
23
+ dtype: string
24
+ - name: imports
25
+ list: string
26
+ - name: filename
27
+ dtype: string
28
+ - name: symbolic_name
29
+ dtype: string
30
+ - name: docstring
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 3876777
35
+ num_examples: 2201
36
+ download_size: 990622
37
+ dataset_size: 3876777
38
+ configs:
39
+ - config_name: default
40
+ data_files:
41
+ - split: train
42
+ path: data/train-*
43
  ---
44
 
45
  # Coq-OddOrder
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a52769e5256c6b20a04905b522489ae34d7dc4e756b204ee465472b6abab721
3
- size 990235
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b7cd2db8c920f65fa33396454e582af6d09d710f8c0aa8ac5b6b0702fc9e06f
3
+ size 990622