EricR401S commited on
Commit
865df1a
β€’
1 Parent(s): d19bb96
Files changed (1) hide show
  1. analysis.ipynb +6 -8
analysis.ipynb CHANGED
@@ -7,26 +7,24 @@
7
  },
8
  {
9
  "cell_type": "code",
10
- "execution_count": 1,
11
  "metadata": {},
12
  "outputs": [
13
  {
14
  "name": "stderr",
15
  "output_type": "stream",
16
  "text": [
17
- "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",
18
- " from .autonotebook import tqdm as notebook_tqdm\n",
19
- "Downloading builder script: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 12.7k/12.7k [00:00<00:00, 12.7MB/s]\n",
20
- "Generating train split: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 5123/5123 [00:00<00:00, 7842.83 examples/s]\n",
21
- "Generating validation split: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1281/1281 [00:00<00:00, 5880.26 examples/s]\n",
22
- "Generating test split: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 712/712 [00:00<00:00, 7775.46 examples/s]\n"
23
  ]
24
  }
25
  ],
26
  "source": [
27
  "import datasets\n",
28
  "\n",
29
- "test = datasets.load_dataset(\"steamcyclone/Pill_Ideologies-Post_Titles\", trust_remote_code=True)"
30
  ]
31
  },
32
  {
 
7
  },
8
  {
9
  "cell_type": "code",
10
+ "execution_count": 2,
11
  "metadata": {},
12
  "outputs": [
13
  {
14
  "name": "stderr",
15
  "output_type": "stream",
16
  "text": [
17
+ "Downloading data: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 11.3M/11.3M [00:02<00:00, 5.11MB/s]\n",
18
+ "Generating train split: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 5123/5123 [00:00<00:00, 8076.72 examples/s]\n",
19
+ "Generating validation split: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1281/1281 [00:00<00:00, 7711.73 examples/s]\n",
20
+ "Generating test split: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 712/712 [00:00<00:00, 6968.01 examples/s]\n"
 
 
21
  ]
22
  }
23
  ],
24
  "source": [
25
  "import datasets\n",
26
  "\n",
27
+ "test = datasets.load_dataset(\"steamcyclone/Pill_Ideologies-Post_Titles\", trust_remote_code=True, cache_dir=\"cache\")"
28
  ]
29
  },
30
  {