Port details |
- py-datasets HuggingFace community-driven open-source library of datasets
- 3.1.0 misc
=2 2.21.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2024-08-06 09:48:10
- Last Update: 2024-11-06 15:17:35
- Commit Hash: 6e2da96
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://huggingface.co/docs/datasets/index
- Description:
- Datasets is a library for easily accessing and sharing datasets for Audio,
Computer Vision, and Natural Language Processing (NLP) tasks.
Load a dataset in a single line of code, and use our powerful data processing
methods to quickly get your dataset ready for training in a deep learning model.
Backed by the Apache Arrow format, process large datasets with zero-copy reads
without any memory constraints for optimal speed and efficiency. We also feature
a deep integration with the Hugging Face Hub, allowing you to easily load and
share a dataset with the wider machine learning community.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}datasets>0:misc/py-datasets@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-datasets/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-datasets
- pkg install py311-datasets
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-datasets listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-datasets
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730753315
SHA256 (datasets-3.1.0.tar.gz) = c92cac049e0f9f85b0dd63739c68e564c657b1624bc2b66b1e13489062832e27
SIZE (datasets-3.1.0.tar.gz) = 558115
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-pyproject-hooks>0 : devel/py-pyproject-hooks@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-absl-py>=0 : devel/py-absl-py@py311
- py311-elasticsearch>0 : textproc/py-elasticsearch@py311
- py311-faiss>=1.6.4 : math/py-faiss@py311
- py311-jax>=0.3.14 : math/py-jax@py311
- py311-jiwer>0 : misc/py-jiwer@py311
- py311-joblib>=1.3.0 : devel/py-joblib@py311
- py311-lz4>=0 : archivers/py-lz4@py311
- py311-polars>=0.20.0 : misc/py-polars@py311
- py311-protobuf>=4.0.0 : devel/py-protobuf@py311
- py311-pytest-datadir>=0 : devel/py-pytest-datadir@py311
- py311-pytest-xdist>=0 : devel/py-pytest-xdist@py311
- py311-pytest>=0 : devel/py-pytest@py311
- py311-pytorch>=2.0.0 : misc/py-pytorch@py311
- py311-rarfile>=4.0 : archivers/py-rarfile@py311
- py311-s3fs>=2021.11.1 : filesystems/py-s3fs@py311
- py311-tiktoken>=0 : textproc/py-tiktoken@py311
- py311-typing-extensions>=4.6.1 : devel/py-typing-extensions@py311
- py311-zstandard>=0 : archivers/py-zstandard@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-aiohttp>0 : www/py-aiohttp@py311
- py311-dill>0.3.0 : devel/py-dill@py311
- py311-filelock>0 : sysutils/py-filelock@py311
- py311-fsspec>=2023.1.0 : filesystems/py-fsspec@py311
- py311-huggingface-hub>0.21.2 : misc/py-huggingface-hub@py311
- py311-multiprocess>0 : devel/py-multiprocess@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-packaging>0 : devel/py-packaging@py311
- py311-pandas>0 : math/py-pandas@py311
- py311-pyarrow>=15.0.0 : databases/py-pyarrow@py311
- py311-pyyaml>=5.1 : devel/py-pyyaml@py311
- py311-requests>=2.32.2 : www/py-requests@py311
- py311-tqdm>=4.66.3 : misc/py-tqdm@py311
- py311-xxhash>0 : devel/py-xxhash@py311
- py311-librosa>0 : audio/py-librosa@py311
- py311-SoundFile>=0.12.1 : audio/py-SoundFile@py311
- py311-soxr>=0.4.0 : audio/py-soxr@py311
- py311-pillow>=7.0.0 : graphics/py-pillow@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_py-datasets
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.0 06 Nov 2024 15:17:35
    |
Robert Clausecker (fuz)  |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
3.1.0 05 Nov 2024 01:26:41
    |
Yuri Victorovich (yuri)  |
misc/py-datasets: update 2.21.0 → 3.1.0 |
2.21.0_1 14 Oct 2024 04:45:22
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyproject-hooks: Move devel/py-pyproject_hooks to
devel/py-pyproject-hooks
- Bump PORTREVISION of dependent ports for dependency change |
2.21.0 05 Oct 2024 03:09:28
    |
Yuri Victorovich (yuri)  |
misc/py-datasets: Fix build by relaxing py-dill dependency
Reported by: fallout |
2.21.0 21 Sep 2024 03:03:32
    |
Yuri Victorovich (yuri)  |
misc/py-datasets: update 2.20.0 → 2.21.0
Reported by: portscout |
2.20.0 06 Aug 2024 09:45:18
    |
Yuri Victorovich (yuri)  |
misc/py-datasets: New port: HuggingFace community-driven open-source library of
datasets |