{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Downloading data: 100%|██████████| 11.3M/11.3M [00:02<00:00, 5.11MB/s]\n", "Generating train split: 100%|██████████| 5123/5123 [00:00<00:00, 8076.72 examples/s]\n", "Generating validation split: 100%|██████████| 1281/1281 [00:00<00:00, 7711.73 examples/s]\n", "Generating test split: 100%|██████████| 712/712 [00:00<00:00, 6968.01 examples/s]\n" ] } ], "source": [ "import datasets\n", "\n", "test = datasets.load_dataset(\"steamcyclone/Pill_Ideologies-Post_Titles\", trust_remote_code=True, cache_dir=\"cache\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "sta663C", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.7" } }, "nbformat": 4, "nbformat_minor": 2 }