Changing some comments
Browse files- aes_enem_dataset.py +1 -9
aes_enem_dataset.py
CHANGED
@@ -46,15 +46,7 @@ _HOMEPAGE = ""
|
|
46 |
# TODO: Add the licence for the dataset here if you can find it
|
47 |
_LICENSE = ""
|
48 |
|
49 |
-
|
50 |
-
#Previous URLs
|
51 |
-
_URLS = {
|
52 |
-
"sourceAOnly": "https://huggingface.co/datasets/kamel-usp/aes_enem_dataset/resolve/main/sourceAWithGraders.tar.gz?download=true",
|
53 |
-
"sourceAWithGraders": "https://huggingface.co/datasets/kamel-usp/aes_enem_dataset/resolve/main/sourceAWithGraders.tar.gz?download=true",
|
54 |
-
"sourceB": "https://huggingface.co/datasets/kamel-usp/aes_enem_dataset/resolve/main/sourceB.tar.gz?download=true",
|
55 |
-
"PROPOR2024": "https://huggingface.co/datasets/kamel-usp/aes_enem_dataset/resolve/main/propor2024.tar.gz?download=true"
|
56 |
-
}
|
57 |
-
"""
|
58 |
_URLS = {
|
59 |
"sourceAOnly": "https://huggingface.co/datasets/kamel-usp/aes_enem_dataset/resolve/main/sourceAWithGraders.tar.gz",
|
60 |
"sourceAWithGraders": "https://huggingface.co/datasets/kamel-usp/aes_enem_dataset/resolve/main/sourceAWithGraders.tar.gz",
|
|
|
46 |
# TODO: Add the licence for the dataset here if you can find it
|
47 |
_LICENSE = ""
|
48 |
|
49 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
_URLS = {
|
51 |
"sourceAOnly": "https://huggingface.co/datasets/kamel-usp/aes_enem_dataset/resolve/main/sourceAWithGraders.tar.gz",
|
52 |
"sourceAWithGraders": "https://huggingface.co/datasets/kamel-usp/aes_enem_dataset/resolve/main/sourceAWithGraders.tar.gz",
|