Sebastien Montella
commited on
Commit
•
1a985a4
1
Parent(s):
75f14c0
adding dataset_infos.json + descriptions in loader script
Browse files- SIMPITIKI.py +1 -1
- dataset_infos.json +3 -0
SIMPITIKI.py
CHANGED
@@ -84,7 +84,7 @@ _URLs = {
|
|
84 |
|
85 |
|
86 |
class SIMPITIKI(datasets.GeneratorBasedBuilder):
|
87 |
-
"""
|
88 |
|
89 |
VERSION_1 = datasets.Version("1.0.0")
|
90 |
VERSION_2 = datasets.Version("2.0.0")
|
|
|
84 |
|
85 |
|
86 |
class SIMPITIKI(datasets.GeneratorBasedBuilder):
|
87 |
+
"""SIMPITIKI is a dataset built for Sentence Simplification Task. It provides complex-to-simple sentence pairs."""
|
88 |
|
89 |
VERSION_1 = datasets.Version("1.0.0")
|
90 |
VERSION_2 = datasets.Version("2.0.0")
|
dataset_infos.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5106e12ea63eca19d85916c4f1db1f77695f281168355d147325338a6aa02d74
|
3 |
+
size 8821
|