Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
100K - 1M
License:
zhangirazerbayev
commited on
Commit
•
dfa7f5b
1
Parent(s):
52d97b5
added yaml metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Note: this repo is a WIP and does not yet implement all features described below. It is certainly not ready to be used to train a model.
|
2 |
# Dataset card for the proof-pile
|
3 |
The `proof-pile` is a 45GB pre-training dataset of mathematical text. The dataset is composed of diverse sources of both informal and formal mathematics, namely
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license: []
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
pretty_name: proof-pile
|
12 |
+
size_categories: []
|
13 |
+
source_datasets: []
|
14 |
+
tags:
|
15 |
+
- math
|
16 |
+
- mathematics
|
17 |
+
- formal-mathematics
|
18 |
+
task_categories:
|
19 |
+
- text-generation
|
20 |
+
task_ids:
|
21 |
+
- language-modeling
|
22 |
+
---
|
23 |
+
|
24 |
Note: this repo is a WIP and does not yet implement all features described below. It is certainly not ready to be used to train a model.
|
25 |
# Dataset card for the proof-pile
|
26 |
The `proof-pile` is a 45GB pre-training dataset of mathematical text. The dataset is composed of diverse sources of both informal and formal mathematics, namely
|