Datasets:
Commit
·
0678d07
1
Parent(s):
2f370e8
Update dialogsum_reformat.py
Browse files- dialogsum_reformat.py +3 -1
dialogsum_reformat.py
CHANGED
@@ -32,8 +32,10 @@ There are two features:
|
|
32 |
"""
|
33 |
_HOMEPAGE = "hhttps://aclanthology.org/2021.findings-acl.449"
|
34 |
_LICENSE = "CC BY-NC-ND 4.0"
|
35 |
-
_URL = "https://huggingface.co/datasets/knkarthick/dialogsum_reformat/tree/main/"
|
36 |
#_URL = "https://huggingface.co/datasets/knkarthick/dialogsum_reformat/resolve/main/"
|
|
|
|
|
37 |
_URLS = {
|
38 |
"train": _URL + "train.json",
|
39 |
"test": _URL + "test.json",
|
|
|
32 |
"""
|
33 |
_HOMEPAGE = "hhttps://aclanthology.org/2021.findings-acl.449"
|
34 |
_LICENSE = "CC BY-NC-ND 4.0"
|
35 |
+
# _URL = "https://huggingface.co/datasets/knkarthick/dialogsum_reformat/tree/main/"
|
36 |
#_URL = "https://huggingface.co/datasets/knkarthick/dialogsum_reformat/resolve/main/"
|
37 |
+
_URL = "https://huggingface.co/datasets/knkarthick/dialogsum_reformat/blob/main/"
|
38 |
+
|
39 |
_URLS = {
|
40 |
"train": _URL + "train.json",
|
41 |
"test": _URL + "test.json",
|