test
Browse files- test.ipynb +13 -17
- test → test.py +0 -0
test.ipynb
CHANGED
@@ -22,35 +22,31 @@
|
|
22 |
},
|
23 |
{
|
24 |
"cell_type": "code",
|
25 |
-
"execution_count":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
"metadata": {},
|
27 |
"outputs": [
|
28 |
{
|
29 |
"data": {
|
30 |
"text/plain": [
|
31 |
-
"
|
32 |
-
" train: Dataset({\n",
|
33 |
-
" features: ['customer_id', 'name', 'age'],\n",
|
34 |
-
" num_rows: 70\n",
|
35 |
-
" })\n",
|
36 |
-
" validation: Dataset({\n",
|
37 |
-
" features: ['customer_id', 'name', 'age'],\n",
|
38 |
-
" num_rows: 15\n",
|
39 |
-
" })\n",
|
40 |
-
" test: Dataset({\n",
|
41 |
-
" features: ['customer_id', 'name', 'age'],\n",
|
42 |
-
" num_rows: 15\n",
|
43 |
-
" })\n",
|
44 |
-
"})"
|
45 |
]
|
46 |
},
|
47 |
-
"execution_count":
|
48 |
"metadata": {},
|
49 |
"output_type": "execute_result"
|
50 |
}
|
51 |
],
|
52 |
"source": [
|
53 |
-
"
|
54 |
]
|
55 |
},
|
56 |
{
|
|
|
22 |
},
|
23 |
{
|
24 |
"cell_type": "code",
|
25 |
+
"execution_count": 3,
|
26 |
+
"metadata": {},
|
27 |
+
"outputs": [],
|
28 |
+
"source": [
|
29 |
+
"from datasets import get_dataset_config_names"
|
30 |
+
]
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"cell_type": "code",
|
34 |
+
"execution_count": 4,
|
35 |
"metadata": {},
|
36 |
"outputs": [
|
37 |
{
|
38 |
"data": {
|
39 |
"text/plain": [
|
40 |
+
"['default']"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
]
|
42 |
},
|
43 |
+
"execution_count": 4,
|
44 |
"metadata": {},
|
45 |
"output_type": "execute_result"
|
46 |
}
|
47 |
],
|
48 |
"source": [
|
49 |
+
"get_dataset_config_names(\"iszhaoxin/test\")"
|
50 |
]
|
51 |
},
|
52 |
{
|
test → test.py
RENAMED
File without changes
|