iszhaoxin commited on
Commit
ab92834
·
verified ·
1 Parent(s): 8700567

Delete data file

Browse files
Files changed (1) hide show
  1. test.ipynb +0 -81
test.ipynb DELETED
@@ -1,81 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": 1,
6
- "metadata": {},
7
- "outputs": [
8
- {
9
- "name": "stderr",
10
- "output_type": "stream",
11
- "text": [
12
- "/Users/xinzhao/anaconda3/lib/python3.10/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",
13
- " from .autonotebook import tqdm as notebook_tqdm\n",
14
- "Using the latest cached version of the module from /Users/xinzhao/.cache/huggingface/modules/datasets_modules/datasets/iszhaoxin--test/ca8172e7372b0c39741729fdfe907438e4d8633843d1f170ac4d65686e2e2300 (last modified on Tue Nov 19 09:59:57 2024) since it couldn't be found locally at iszhaoxin/test, or remotely on the Hugging Face Hub.\n"
15
- ]
16
- }
17
- ],
18
- "source": [
19
- "from datasets import load_dataset\n",
20
- "dataset = load_dataset('iszhaoxin/test', name='customers') # Replace 'customers' with the appropriate subset name\n"
21
- ]
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
- {
53
- "cell_type": "code",
54
- "execution_count": null,
55
- "metadata": {},
56
- "outputs": [],
57
- "source": []
58
- }
59
- ],
60
- "metadata": {
61
- "kernelspec": {
62
- "display_name": "base",
63
- "language": "python",
64
- "name": "python3"
65
- },
66
- "language_info": {
67
- "codemirror_mode": {
68
- "name": "ipython",
69
- "version": 3
70
- },
71
- "file_extension": ".py",
72
- "mimetype": "text/x-python",
73
- "name": "python",
74
- "nbconvert_exporter": "python",
75
- "pygments_lexer": "ipython3",
76
- "version": "3.10.9"
77
- }
78
- },
79
- "nbformat": 4,
80
- "nbformat_minor": 2
81
- }