Datasets:
Tasks:
Text Classification
Formats:
json
Languages:
English
Size:
1K - 10K
Tags:
sentiment-analysis
License:
gak97
commited on
Commit
·
f1c9275
1
Parent(s):
300c900
Changed repo pointer
Browse files- BESSTIE.py +1 -2
BESSTIE.py
CHANGED
@@ -44,11 +44,10 @@ class BESSTIEConfig(datasets.GeneratorBasedBuilder):
|
|
44 |
}
|
45 |
),
|
46 |
supervised_keys=None,
|
47 |
-
homepage="https://github.com/surrey-nlp/BESSTIE-google-sentiment-au",
|
48 |
citation=_CITATION,
|
49 |
)
|
50 |
|
51 |
-
_URL = "https://huggingface.co/datasets/
|
52 |
_URLS = {
|
53 |
"train": _URL + "google-sentiment-au-train.jsonl",
|
54 |
"dev": _URL + "google-sentiment-au-valid.jsonl",
|
|
|
44 |
}
|
45 |
),
|
46 |
supervised_keys=None,
|
|
|
47 |
citation=_CITATION,
|
48 |
)
|
49 |
|
50 |
+
_URL = "https://huggingface.co/datasets/mindhunter23/BESSTIE-google-sentiment-au/blob/main/data/"
|
51 |
_URLS = {
|
52 |
"train": _URL + "google-sentiment-au-train.jsonl",
|
53 |
"dev": _URL + "google-sentiment-au-valid.jsonl",
|