{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "c:\\Users\\ericr\\miniconda3\\envs\\sta663C\\Lib\\site-packages\\tqdm\\auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", " from .autonotebook import tqdm as notebook_tqdm\n", "Downloading builder script: 100%|██████████| 12.7k/12.7k [00:00<00:00, 12.7MB/s]\n", "Generating train split: 100%|██████████| 5123/5123 [00:00<00:00, 7842.83 examples/s]\n", "Generating validation split: 100%|██████████| 1281/1281 [00:00<00:00, 5880.26 examples/s]\n", "Generating test split: 100%|██████████| 712/712 [00:00<00:00, 7775.46 examples/s]\n" ] } ], "source": [ "import datasets\n", "\n", "test = datasets.load_dataset(\"steamcyclone/Pill_Ideologies-Post_Titles\", trust_remote_code=True)" ] }, { "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 }