Commit
·
3da0754
1
Parent(s):
a9b9cdd
add
Browse files- german_common_crawl.py +2 -2
german_common_crawl.py
CHANGED
|
@@ -40,8 +40,8 @@ This Dataset is for pretraining a German Language Model (Unsupervised) or tune a
|
|
| 40 |
REPO_URL = "https://huggingface.co/datasets/flax-community/german_common_crawl/resolve/main/"
|
| 41 |
|
| 42 |
_URL_FIRST = [REPO_URL + file_name for file_name in [
|
| 43 |
-
|
| 44 |
-
"dummy.txt.gz",
|
| 45 |
]]
|
| 46 |
|
| 47 |
#TODO convert & upload all those files correctly
|
|
|
|
| 40 |
REPO_URL = "https://huggingface.co/datasets/flax-community/german_common_crawl/resolve/main/"
|
| 41 |
|
| 42 |
_URL_FIRST = [REPO_URL + file_name for file_name in [
|
| 43 |
+
"de_head_0000_2015-48.txt.gz",
|
| 44 |
+
# "dummy.txt.gz",
|
| 45 |
]]
|
| 46 |
|
| 47 |
#TODO convert & upload all those files correctly
|