The dataset viewer is not available for this dataset.
Error code: ConfigNamesError
Exception: ReadTimeout
Message: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: b3e32cb5-9bc5-4da3-aca7-a7539bd0a3c6)')
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 165, in get_dataset_config_names
dataset_module = dataset_module_factory(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1663, in dataset_module_factory
raise e1 from None
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1620, in dataset_module_factory
return HubDatasetModuleFactoryWithoutScript(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 977, in get_module
standalone_yaml_path = cached_path(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/file_utils.py", line 179, in cached_path
resolved_path = huggingface_hub.HfFileSystem(
File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 198, in resolve_path
repo_and_revision_exist, err = self._repo_and_revision_exist(repo_type, repo_id, revision)
File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_file_system.py", line 125, in _repo_and_revision_exist
self._api.repo_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 2704, in repo_info
return method(
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 2561, in dataset_info
r = get_session().get(path, headers=headers, timeout=timeout, params=params)
File "/src/services/worker/.venv/lib/python3.9/site-packages/requests/sessions.py", line 602, in get
return self.request("GET", url, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_http.py", line 93, in send
return super().send(request, *args, **kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/requests/adapters.py", line 635, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: b3e32cb5-9bc5-4da3-aca7-a7539bd0a3c6)')Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
OpenMedText Dataset
A comprehensive biomedical text corpus consisting of MDPI journal articles and open-source medical textbooks for language model training and research.
Dataset Summary
OpenMedText is a large-scale biomedical text dataset that includes:
- Med-MDPI: 121,489 biomedical journal articles across 37 categories from MDPI journals
- Med-Textbooks: 29 open-source medical textbooks covering various medical disciplines
Folder Structure
OpenMedText/
├── Med-MDPI/ # All under CC BY 4.0 license
│ ├── Allergies/
│ ├── Antibiotics/
│ ├── Antibodies/
│ └── ... # More journal categories
│
└── Med-Textbooks/ # Organized by license type
├── CC-BY/ # CC BY 4.0 and CC BY licensed books
├── CC-BY-SA/ # CC BY-SA 4.0, 3.0, 2.0 books
├── CC-BY-NC/ # CC BY-NC 4.0, 3.0 books
└── CC-BY-NC-SA/ # CC BY-NC-SA 4.0, 3.0, 2.0 books
Licenses
This dataset includes materials with different licenses:
Med-MDPI: All journal articles are under CC BY 4.0 license.
Med-Textbooks: Textbooks have various licenses:
- CC BY: Creative Commons Attribution
- CC BY-SA: Creative Commons Attribution-ShareAlike
- CC BY-NC: Creative Commons Attribution-NonCommercial
- CC BY-NC-SA: Creative Commons Attribution-NonCommercial-ShareAlike
Please respect the license of each component when using this dataset.
Intended Uses
The OpenMedText dataset is designed for:
- Training and fine-tuning language models for biomedical applications
Data Selection Criteria
The dataset was curated to provide broad coverage of biomedical subjects while ensuring all content is openly accessible. Textbooks were specifically selected to provide structured medical knowledge organized for educational purposes.
Citation
If you use this dataset in your research, please cite:
@inproceedings{
choi2025teaching,
title={Teaching {LLM}s How To Learn with Contextual Fine-Tuning},
author={Younwoo Choi and Muhammad Adil Asif and Ziwen Han and John Willes and Rahul Krishnan},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025},
url={https://arxiv.org/abs/2503.09032}
}
- Downloads last month
- 696