christopher
commited on
Commit
•
ef1bc3d
1
Parent(s):
2ee6b5a
Update german_common_crawl.py
Browse files- german_common_crawl.py +1 -1
german_common_crawl.py
CHANGED
@@ -40,7 +40,7 @@ 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 |
|
|
|
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_2016-44.jsonl",
|
44 |
# "dummy.txt.gz",
|
45 |
]]
|
46 |
|