Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
100K - 1M
License:
Zhangir Azerbayev
commited on
Commit
•
c99ed17
1
Parent(s):
7a9d877
incremented version
Browse files- proof-pile.py +1 -1
proof-pile.py
CHANGED
@@ -58,7 +58,7 @@ _URLS = {
|
|
58 |
class ProofPile(datasets.GeneratorBasedBuilder):
|
59 |
"""A dataset of high quality mathematical text"""
|
60 |
|
61 |
-
VERSION = datasets.Version("1.
|
62 |
|
63 |
# This is an example of a dataset with multiple configurations.
|
64 |
# If you don't want/need to define several sub-sets in your dataset,
|
|
|
58 |
class ProofPile(datasets.GeneratorBasedBuilder):
|
59 |
"""A dataset of high quality mathematical text"""
|
60 |
|
61 |
+
VERSION = datasets.Version("1.1.0")
|
62 |
|
63 |
# This is an example of a dataset with multiple configurations.
|
64 |
# If you don't want/need to define several sub-sets in your dataset,
|