Datasets:
fix(vanilla): fixed vanilla config name in dict with urls
Browse files
pale.py
CHANGED
|
@@ -14,7 +14,7 @@ _HOMEPAGE = 'https://huggingface.co/datasets/zeio/pale'
|
|
| 14 |
_LICENSE = 'Apache License Version 2.0'
|
| 15 |
|
| 16 |
_URLS = {
|
| 17 |
-
'
|
| 18 |
'quotes': 'https://huggingface.co/datasets/zeio/pale/resolve/main/quotes.tsv',
|
| 19 |
'annotated': 'https://huggingface.co/datasets/zeio/pale/resolve/main/annotated.tsv',
|
| 20 |
'pulled': 'https://huggingface.co/datasets/zeio/pale/resolve/main/pulled.tsv'
|
|
|
|
| 14 |
_LICENSE = 'Apache License Version 2.0'
|
| 15 |
|
| 16 |
_URLS = {
|
| 17 |
+
'vanilla': 'https://huggingface.co/datasets/zeio/pale/resolve/main/pale.tsv',
|
| 18 |
'quotes': 'https://huggingface.co/datasets/zeio/pale/resolve/main/quotes.tsv',
|
| 19 |
'annotated': 'https://huggingface.co/datasets/zeio/pale/resolve/main/annotated.tsv',
|
| 20 |
'pulled': 'https://huggingface.co/datasets/zeio/pale/resolve/main/pulled.tsv'
|