Datasets:
ruanchaves
commited on
Commit
·
af0d803
1
Parent(s):
1022a21
ASSIN 2 dataset: replace broken Google Drive _URLS by links on github (#4004)
Browse files* Replace broken Drive _URLS by links on github
* Change github urls.
* update dummy data
Co-authored-by: Quentin Lhoest <[email protected]>
Commit from https://github.com/huggingface/datasets/commit/0615c7464ff83058d23aa93e910d296f2b15553d
- assin2.py +3 -3
- dummy/1.0.0/dummy_data.zip +2 -2
assin2.py
CHANGED
@@ -44,9 +44,9 @@ _HOMEPAGE = "https://sites.google.com/view/assin2"
|
|
44 |
_LICENSE = ""
|
45 |
|
46 |
_URLS = {
|
47 |
-
"train": "https://
|
48 |
-
"dev": "https://
|
49 |
-
"test": "https://
|
50 |
}
|
51 |
|
52 |
|
|
|
44 |
_LICENSE = ""
|
45 |
|
46 |
_URLS = {
|
47 |
+
"train": "https://github.com/ruanchaves/assin/raw/master/sources/assin2-train-only.xml",
|
48 |
+
"dev": "https://github.com/ruanchaves/assin/raw/master/sources/assin2-dev.xml",
|
49 |
+
"test": "https://github.com/ruanchaves/assin/raw/master/sources/assin2-test.xml",
|
50 |
}
|
51 |
|
52 |
|
dummy/1.0.0/dummy_data.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bc79cd6c8a23bdffe37fb8f9013c9df0ad224d1417385727d36abd444e88bf2
|
3 |
+
size 3395
|