Dataset Viewer
The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code: ConfigNamesError
Exception: BadRequestError
Message: (Request ID: Root=1-687a0de1-6257b5f344d77002405e0948;4f410546-8d43-4577-bf59-a4cf70c392f4)
Bad request:
* Invalid input: expected array, received string * at paths * Invalid input: expected boolean, received string * at expand
✖ Invalid input: expected array, received string
→ at paths
✖ Invalid input: expected boolean, received string
→ at expand
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
config_names = get_dataset_config_names(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
dataset_module = dataset_module_factory(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1031, in dataset_module_factory
raise e1 from None
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 996, in dataset_module_factory
return HubDatasetModuleFactory(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 631, in get_module
patterns = get_data_patterns(base_path, download_config=self.download_config)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/data_files.py", line 473, in get_data_patterns
return _get_data_files_patterns(resolver)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/data_files.py", line 262, in _get_data_files_patterns
data_files = pattern_resolver(pattern)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/data_files.py", line 360, in resolve_pattern
for filepath, info in fs.glob(pattern, detail=True, **glob_kwargs).items()
File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 521, in glob
return super().glob(path, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/fsspec/spec.py", line 604, in glob
allpaths = self.find(root, maxdepth=depth, withdirs=True, detail=True, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 556, in find
return super().find(
File "/src/services/worker/.venv/lib/python3.9/site-packages/fsspec/spec.py", line 495, in find
out[path] = self.info(path)
File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 719, in info
paths_info = self._api.get_paths_info(
File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
return fn(*args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_api.py", line 3371, in get_paths_info
hf_raise_for_status(response)
File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_http.py", line 465, in hf_raise_for_status
raise _format(BadRequestError, message, response) from e
huggingface_hub.errors.BadRequestError: (Request ID: Root=1-687a0de1-6257b5f344d77002405e0948;4f410546-8d43-4577-bf59-a4cf70c392f4)
Bad request:
* Invalid input: expected array, received string * at paths * Invalid input: expected boolean, received string * at expand
✖ Invalid input: expected array, received string
→ at paths
✖ Invalid input: expected boolean, received string
→ at expandNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/datasets-cards)
Dataset Summary
This is a Vietnamese version of the MS MARCO passage ranking dataset. The dataset includes id for each sentence in the corpus.
Training triples
>>> dataset = load_dataset('datht/vi-marco-full')
>>> dataset['train'][1]
{'query': 'một chút caffeine có ổn trong khi mang thai không',
'positive': 'Chúng tôi không biết nhiều về tác động của caffeine trong thai kỳ đối với bạn và em bé của bạn. Vì vậy, tốt nhất là giới hạn số tiền bạn nhận được mỗi ngày. Nếu bạn đang mang thai, hãy hạn chế caffeine ở mức 200 miligam mỗi ngày. Đây là lượng trong 1 cốc cà phê 8 ounce hoặc một cốc cà phê 12 ounce.',
'negative': 'Nói chung, phụ nữ mang thai ăn sô cô la là an toàn vì các nghiên cứu đã chứng minh những lợi ích nhất định của việc ăn sô cô la trong thai kỳ. Tuy nhiên, phụ nữ mang thai nên đảm bảo lượng caffein của họ dưới 200 mg mỗi ngày.',
'qid': 3745689263634619219,
'pid': 1455325242796324459,
'nid': 1160007921324283036}
- Downloads last month
- 122