phanerozoic commited on
Commit
203f064
·
verified ·
1 Parent(s): 2d4e142

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 +5 -3
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -33,12 +33,14 @@ dataset_info:
33
  dtype: string
34
  - name: symbolic_name
35
  dtype: string
 
 
36
  splits:
37
  - name: train
38
- num_bytes: 43337314
39
  num_examples: 52929
40
- download_size: 8421731
41
- dataset_size: 43337314
42
  ---
43
 
44
  # Coq-VST
 
33
  dtype: string
34
  - name: symbolic_name
35
  dtype: string
36
+ - name: docstring
37
+ dtype: string
38
  splits:
39
  - name: train
40
+ num_bytes: 43549030
41
  num_examples: 52929
42
+ download_size: 8422129
43
+ dataset_size: 43549030
44
  ---
45
 
46
  # Coq-VST
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af6ebb127335e3ccb58b17068d9a5a951e13663b18ef2d31996b7ef2987f1286
3
- size 8421731
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c289920a8d274c4be516c67eb2604c3ee673b53644eb6cce537fcc53d8c09e8f
3
+ size 8422129