# Julia - HuggingFaceDatasets

*A demonstration of using HuggingFace Datasets in Julia*

By [Yet Another Screen](https://paragraph.com/@yas) · 2024-09-06

---

Hugging Face Datasets in Julia
==============================

This one is quick, straightforward, and easy to remember.

* * *

    using Pkg
    Pkg.add("HuggingFaceDatasets")
    
    using HuggingFaceDatasets
    dataset = load_dataset("imdb")

* * *

[

![](https://github.githubassets.com/assets/gist-og-image-54fd7dc0713e.png)

http://github.com

HuggingFaceDatasets in Julia
----------------------------

HuggingFaceDatasets in Julia . GitHub Gist: instantly share code, notes, and snippets.





](https://gist.github.com/SMeyersMrOvkill/5e8fc993ec7d3caa05a0fa3cc7dfc645)

---

*Originally published on [Yet Another Screen](https://paragraph.com/@yas/julia-huggingfacedatasets)*
