Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
webdataset
Languages:
English
Size:
< 1K
Tags:
jira
path
Browse files- jira-comments.py +1 -1
jira-comments.py
CHANGED
@@ -19,7 +19,7 @@ _CITATION = """\
|
|
19 |
|
20 |
|
21 |
_REPO = "https://huggingface.co/datasets/pheepa/jira-comments"
|
22 |
-
_URL = f"
|
23 |
|
24 |
|
25 |
class JiraCommentsConfig(datasets.BuilderConfig):
|
|
|
19 |
|
20 |
|
21 |
_REPO = "https://huggingface.co/datasets/pheepa/jira-comments"
|
22 |
+
_URL = f"{_REPO}/data/jira-comments.tar.gz"
|
23 |
|
24 |
|
25 |
class JiraCommentsConfig(datasets.BuilderConfig):
|