Datasets:
Sub-tasks:
multi-class-classification
Languages:
English
Size:
1K<n<10K
Tags:
natural-language-understanding
ideology classification
text classification
natural language processing
License:
EricR401S
commited on
Commit
Β·
865df1a
1
Parent(s):
d19bb96
dd
Browse files- analysis.ipynb +6 -8
analysis.ipynb
CHANGED
@@ -7,26 +7,24 @@
|
|
7 |
},
|
8 |
{
|
9 |
"cell_type": "code",
|
10 |
-
"execution_count":
|
11 |
"metadata": {},
|
12 |
"outputs": [
|
13 |
{
|
14 |
"name": "stderr",
|
15 |
"output_type": "stream",
|
16 |
"text": [
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"Generating
|
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 |
{
|