Datasets:

Languages:
Russian
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
Andrei Panferov commited on
Commit
59992e5
1 Parent(s): bb9146d

Fixed path

Browse files
Files changed (1) hide show
  1. 2ch_b_dialogues.py +1 -1
2ch_b_dialogues.py CHANGED
@@ -114,7 +114,7 @@ class DvaChBDialogues(datasets.GeneratorBasedBuilder):
114
  name=datasets.Split.TRAIN,
115
  # These kwargs will be passed to _generate_examples
116
  gen_kwargs={
117
- "filepath": os.path.join(data_dir, "dialo.jsonl"),
118
  "split": "train",
119
  },
120
  ),
114
  name=datasets.Split.TRAIN,
115
  # These kwargs will be passed to _generate_examples
116
  gen_kwargs={
117
+ "filepath": os.path.join(data_dir, "dialogues.jsonl"),
118
  "split": "train",
119
  },
120
  ),