Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
webdataset
Languages:
English
Size:
< 1K
Tags:
jira
comfig
Browse files- jira-comments.py +3 -2
jira-comments.py
CHANGED
@@ -40,8 +40,9 @@ class JiraComments(datasets.GeneratorBasedBuilder):
|
|
40 |
description=_DESCRIPTION,
|
41 |
features=datasets.Features(
|
42 |
{
|
43 |
-
"
|
44 |
-
"
|
|
|
45 |
}
|
46 |
),
|
47 |
supervised_keys=None,
|
|
|
40 |
description=_DESCRIPTION,
|
41 |
features=datasets.Features(
|
42 |
{
|
43 |
+
"sentence_a": datasets.Value("string"),
|
44 |
+
"sentence_b": datasets.Value("string"),
|
45 |
+
"next_sentence_lable": datasets.Value("int32")
|
46 |
}
|
47 |
),
|
48 |
supervised_keys=None,
|