phanerozoic commited on
Commit
b1870cc
·
verified ·
1 Parent(s): d637b18

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 +37 -10
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -1,19 +1,46 @@
1
  ---
2
  license: bsd-3-clause
3
  task_categories:
4
- - text-generation
5
- - feature-extraction
6
  language:
7
- - en
8
  tags:
9
- - theorem-proving
10
- - formal-methods
11
- - coq
12
- - separation-logic
13
- - iris
14
- - concurrent-programming
15
  size_categories:
16
- - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # Coq-Iris
 
1
  ---
2
  license: bsd-3-clause
3
  task_categories:
4
+ - text-generation
5
+ - feature-extraction
6
  language:
7
+ - en
8
  tags:
9
+ - theorem-proving
10
+ - formal-methods
11
+ - coq
12
+ - separation-logic
13
+ - iris
14
+ - concurrent-programming
15
  size_categories:
16
+ - 10K<n<100K
17
+ dataset_info:
18
+ features:
19
+ - name: fact
20
+ dtype: string
21
+ - name: type
22
+ dtype: string
23
+ - name: library
24
+ dtype: string
25
+ - name: imports
26
+ list: string
27
+ - name: filename
28
+ dtype: string
29
+ - name: symbolic_name
30
+ dtype: string
31
+ - name: docstring
32
+ dtype: string
33
+ splits:
34
+ - name: train
35
+ num_bytes: 6186201
36
+ num_examples: 10229
37
+ download_size: 777517
38
+ dataset_size: 6186201
39
+ configs:
40
+ - config_name: default
41
+ data_files:
42
+ - split: train
43
+ path: data/train-*
44
  ---
45
 
46
  # Coq-Iris
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67903e0d5fd3ad7afb7734fab74b2dec62b60d0d77204c3fd2db0e140f7f2137
3
- size 777124
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578a937d811c08bb2479307025aca74776ad0e4beb3be27d857001bd12f9f8a3
3
+ size 777517