sadrasabouri
commited on
Commit
•
b79bf50
1
Parent(s):
77eed8e
Update naab-raw.py
Browse files- naab-raw.py +1 -0
naab-raw.py
CHANGED
@@ -46,6 +46,7 @@ _LICENSE = "mit"
|
|
46 |
_BASE_URL = "https://huggingface.co/datasets/SLPL/naab/resolve/main/data/"
|
47 |
_CORPUS_URLS = {
|
48 |
"CC-fa": "https://storage.googleapis.com/danielk-files/farsi-text/merged_files/commoncrawl_fa_merged.txt",
|
|
|
49 |
}
|
50 |
VERSION = datasets.Version("1.0.0")
|
51 |
|
|
|
46 |
_BASE_URL = "https://huggingface.co/datasets/SLPL/naab/resolve/main/data/"
|
47 |
_CORPUS_URLS = {
|
48 |
"CC-fa": "https://storage.googleapis.com/danielk-files/farsi-text/merged_files/commoncrawl_fa_merged.txt",
|
49 |
+
"W2C-fa": "https://storage.googleapis.com/danielk-files/farsi-text/merged_files/w2c_merged.txt"
|
50 |
}
|
51 |
VERSION = datasets.Version("1.0.0")
|
52 |
|