Datasets:
Sub-tasks:
dialogue-modeling
Languages:
English
Size:
1K<n<10K
ArXiv:
Tags:
relation-extraction
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- dialog_re.py +1 -1
dialog_re.py
CHANGED
@@ -126,7 +126,7 @@ class DialogRE(datasets.GeneratorBasedBuilder):
|
|
126 |
]
|
127 |
|
128 |
def _generate_examples(self, filepath, split):
|
129 |
-
"""
|
130 |
|
131 |
with open(filepath, encoding="utf-8") as f:
|
132 |
dataset = json.load(f)
|
|
|
126 |
]
|
127 |
|
128 |
def _generate_examples(self, filepath, split):
|
129 |
+
"""Yields examples."""
|
130 |
|
131 |
with open(filepath, encoding="utf-8") as f:
|
132 |
dataset = json.load(f)
|