Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,27 +1,29 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
-
|
| 5 |
-
|
| 6 |
-
-
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
splits:
|
| 17 |
-
- name: train
|
| 18 |
-
num_bytes: 3505657
|
| 19 |
-
num_examples: 4766
|
| 20 |
-
download_size: 758228
|
| 21 |
-
dataset_size: 3505657
|
| 22 |
-
configs:
|
| 23 |
-
- config_name: default
|
| 24 |
-
data_files:
|
| 25 |
-
- split: train
|
| 26 |
-
path: data/train-*
|
| 27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: lgpl-2.1
|
| 3 |
+
tags:
|
| 4 |
+
- theorem-proving
|
| 5 |
+
- formal-methods
|
| 6 |
+
- coq
|
| 7 |
+
- information-theory
|
| 8 |
+
- coding-theory
|
| 9 |
+
task_categories:
|
| 10 |
+
- text-generation
|
| 11 |
+
- feature-extraction
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
+
|
| 18 |
+
# Coq-Infotheo
|
| 19 |
+
|
| 20 |
+
Structured dataset from **Infotheo** - formalization of information theory and error-correcting codes in Coq.
|
| 21 |
+
|
| 22 |
+
## Source
|
| 23 |
+
|
| 24 |
+
- **Repository:** https://github.com/affeldt-aist/infotheo
|
| 25 |
+
- **License:** LGPL-2.1
|
| 26 |
+
|
| 27 |
+
## Statistics
|
| 28 |
+
|
| 29 |
+
- **Total entries:** 4766
|