Commit
·
14dc54f
1
Parent(s):
7639629
Update scofieldlin_2.py
Browse files- scofieldlin_2.py +2 -2
scofieldlin_2.py
CHANGED
@@ -49,8 +49,8 @@ _LICENSE = ""
|
|
49 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
50 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
51 |
_URLS = {
|
52 |
-
"train": "https://gitea.com/scofieldlin/scofieldlin_hub/
|
53 |
-
"predict": "https://gitea.com/scofieldlin/scofieldlin_hub/
|
54 |
}
|
55 |
|
56 |
|
|
|
49 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
50 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
51 |
_URLS = {
|
52 |
+
"train": "https://gitea.com/scofieldlin/scofieldlin_hub/raw/branch/main/a.txt",
|
53 |
+
"predict": "https://gitea.com/scofieldlin/scofieldlin_hub/raw/branch/main/b.txt",
|
54 |
}
|
55 |
|
56 |
|