Datasets:
v2.0: Re-extraction with improved schema (7,848 -> 11,533 entries, +41% docstrings)
Browse files- README.md +38 -11
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,17 +1,44 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
|
| 4 |
-
pretty_name:
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
license:
|
| 11 |
task_categories:
|
| 12 |
-
-
|
| 13 |
-
-
|
| 14 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Coq-HoTT Dataset
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: Coq-HoTT Dataset
|
| 5 |
tags:
|
| 6 |
+
- theorem-proving
|
| 7 |
+
- formal-methods
|
| 8 |
+
- hott
|
| 9 |
+
- coq
|
| 10 |
+
license: bsd-2-clause
|
| 11 |
task_categories:
|
| 12 |
+
- text-generation
|
| 13 |
+
- feature-extraction
|
| 14 |
+
- other
|
| 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: 3581192
|
| 39 |
+
num_examples: 11533
|
| 40 |
+
download_size: 919179
|
| 41 |
+
dataset_size: 3581192
|
| 42 |
---
|
| 43 |
|
| 44 |
# Coq-HoTT Dataset
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:033f1a7c3381336096767cfaf2f576f17de8bb8524a186e307cd491a9f2095d3
|
| 3 |
+
size 919179
|