phanerozoic commited on
Commit
81017b2
·
verified ·
1 Parent(s): 46cf74a

Add placeholder docstring column for schema consistency

Browse files

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