phanerozoic commited on
Commit
bfceb08
·
verified ·
1 Parent(s): 382af7e

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-c
4
  license_link: https://cecill.info/licences/Licence_CeCILL-C_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-Analysis
 
3
  license_name: cecill-c
4
  license_link: https://cecill.info/licences/Licence_CeCILL-C_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: 6913307
35
+ num_examples: 9300
36
+ download_size: 1270891
37
+ dataset_size: 6913307
38
+ configs:
39
+ - config_name: default
40
+ data_files:
41
+ - split: train
42
+ path: data/train-*
43
  ---
44
 
45
  # Coq-Analysis
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b1da9912db439ea79d64539302ed6ca72fc3250482e6744284a36a19fb11126
3
- size 1270493
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d7df9d2c461cf801bef30ec05f10c4dc37085416cff646cd510605d29f66756
3
+ size 1270891