csv
Browse files- .gitattributes +4 -0
- load_iceerrorcorpus.py +3 -3
- test.csv +3 -0
- train.csv +3 -0
- valid.csv +3 -0
.gitattributes
CHANGED
@@ -2,3 +2,7 @@
|
|
2 |
test.tsv filter=lfs diff=lfs merge=lfs -text
|
3 |
train.tsv filter=lfs diff=lfs merge=lfs -text
|
4 |
valid.tsv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
2 |
test.tsv filter=lfs diff=lfs merge=lfs -text
|
3 |
train.tsv filter=lfs diff=lfs merge=lfs -text
|
4 |
valid.tsv filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.tsv filter=lfs diff=lfs merge=lfs -text
|
6 |
+
test.csv filter=lfs diff=lfs merge=lfs -text
|
7 |
+
train.csv filter=lfs diff=lfs merge=lfs -text
|
8 |
+
valid.csv filter=lfs diff=lfs merge=lfs -text
|
load_iceerrorcorpus.py
CHANGED
@@ -22,9 +22,9 @@ _LICENSE = "CC BY 4.0"
|
|
22 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
23 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
24 |
_URLS = {
|
25 |
-
"train": "train.
|
26 |
-
"dev": "valid.
|
27 |
-
"test": "test.
|
28 |
|
29 |
}
|
30 |
|
|
|
22 |
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
23 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
24 |
_URLS = {
|
25 |
+
"train": "train.csv",
|
26 |
+
"dev": "valid.csv",
|
27 |
+
"test": "test.csv",
|
28 |
|
29 |
}
|
30 |
|
test.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a076ab8a1828d2a5df9fd295e3055d34bc2acf4ad5021efd61d4cc9a9a08b64b
|
3 |
+
size 1304324
|
train.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bfc65bf7637a00ff6e77904d1ad9f13dde051c68ce5ba80519dce5058c95844
|
3 |
+
size 13069777
|
valid.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d72e99904d69141872f1151ba443bb6a7ffcc57576575b93b3ecb6f50a0c834c
|
3 |
+
size 1222986
|