Incubating v0.1.1
Hf Datasets Ex
HuggingFace Datasets for Elixir - Load, stream, and process ML datasets from the HuggingFace Hub with native BEAM/OTP integration.
Stats & Info
- Latest release: v0.1.1
- Recent downloads: 91
- All-time downloads: 91
- Maintainers: nshkrdotcom
Installation
Add hf_datasets_ex to your list of dependencies in mix.exs:
def deps do
[
{:hf_datasets_ex, "~> 0.1.1"}
]
endThen run:
mix deps.get