Upload toxicity.py
Browse files- toxicity.py +2 -2
toxicity.py
CHANGED
|
@@ -10,8 +10,8 @@ VERSION = datasets.Version("1.0.0")
|
|
| 10 |
|
| 11 |
|
| 12 |
DESCRIPTION = "Toxicity dataset from the UCI ML repository."
|
| 13 |
-
_HOMEPAGE = "https://archive-beta.ics.uci.edu/dataset/
|
| 14 |
-
_URLS = ("https://archive-beta.ics.uci.edu/dataset/
|
| 15 |
_CITATION = """"""
|
| 16 |
|
| 17 |
# Dataset info
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
DESCRIPTION = "Toxicity dataset from the UCI ML repository."
|
| 13 |
+
_HOMEPAGE = "https://archive-beta.ics.uci.edu/dataset/728/toxicity"
|
| 14 |
+
_URLS = ("https://archive-beta.ics.uci.edu/dataset/728/toxicity")
|
| 15 |
_CITATION = """"""
|
| 16 |
|
| 17 |
# Dataset info
|