Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,10 @@ approx: 10041 row
|
|
16 |
page: https://cointelegraph.com/
|
17 |
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
22 |
|
23 |
categorie: #cryptocurrency, #Bitcoin, #Ethereum ...
|
|
|
16 |
page: https://cointelegraph.com/
|
17 |
|
18 |
|
19 |
+
_URL = "https://huggingface.co/datasets/Nicky0007/cointelegraph_news_English/blob/main/"
|
20 |
+
_URLS = {
|
21 |
+
"train": _URL + "train.csv",
|
22 |
+
"test": _URL + "test.csv",
|
23 |
+
}
|
24 |
|
25 |
categorie: #cryptocurrency, #Bitcoin, #Ethereum ...
|