iszhaoxin commited on
Commit
4a2ef9e
·
1 Parent(s): 35e5126
Files changed (2) hide show
  1. test.ipynb +13 -17
  2. test → test.py +0 -0
test.ipynb CHANGED
@@ -22,35 +22,31 @@
22
  },
23
  {
24
  "cell_type": "code",
25
- "execution_count": 2,
 
 
 
 
 
 
 
 
 
26
  "metadata": {},
27
  "outputs": [
28
  {
29
  "data": {
30
  "text/plain": [
31
- "DatasetDict({\n",
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": 2,
48
  "metadata": {},
49
  "output_type": "execute_result"
50
  }
51
  ],
52
  "source": [
53
- "dataset"
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