remove unneeded file
Browse files- Untitled.ipynb +0 -76
Untitled.ipynb
DELETED
@@ -1,76 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"cells": [
|
3 |
-
{
|
4 |
-
"cell_type": "code",
|
5 |
-
"execution_count": 11,
|
6 |
-
"id": "7e0c5ceb-24ca-426a-a99b-5e5f63561246",
|
7 |
-
"metadata": {},
|
8 |
-
"outputs": [],
|
9 |
-
"source": [
|
10 |
-
"from datasets import load_dataset"
|
11 |
-
]
|
12 |
-
},
|
13 |
-
{
|
14 |
-
"cell_type": "code",
|
15 |
-
"execution_count": 15,
|
16 |
-
"id": "03a41685-5d16-4555-a24b-c87d72a233fe",
|
17 |
-
"metadata": {},
|
18 |
-
"outputs": [
|
19 |
-
{
|
20 |
-
"name": "stderr",
|
21 |
-
"output_type": "stream",
|
22 |
-
"text": [
|
23 |
-
"Using custom data configuration default\n",
|
24 |
-
"Reusing dataset protein_ligand_contacts (/ccs/home/glaser/.cache/huggingface/datasets/jglaser___protein_ligand_contacts/default/1.4.1/2aba91a819153bdd9a95ce28edf727166722133978758c388eb80b7d587ecce7)\n"
|
25 |
-
]
|
26 |
-
},
|
27 |
-
{
|
28 |
-
"data": {
|
29 |
-
"application/vnd.jupyter.widget-view+json": {
|
30 |
-
"model_id": "66fc86548a21486fa95dd318a6dba0bd",
|
31 |
-
"version_major": 2,
|
32 |
-
"version_minor": 0
|
33 |
-
},
|
34 |
-
"text/plain": [
|
35 |
-
" 0%| | 0/1 [00:00<?, ?it/s]"
|
36 |
-
]
|
37 |
-
},
|
38 |
-
"metadata": {},
|
39 |
-
"output_type": "display_data"
|
40 |
-
}
|
41 |
-
],
|
42 |
-
"source": [
|
43 |
-
"ds = load_dataset('jglaser/protein_ligand_contacts')"
|
44 |
-
]
|
45 |
-
},
|
46 |
-
{
|
47 |
-
"cell_type": "code",
|
48 |
-
"execution_count": null,
|
49 |
-
"id": "bae10159-fc53-4dd8-9c7d-07837103dee3",
|
50 |
-
"metadata": {},
|
51 |
-
"outputs": [],
|
52 |
-
"source": []
|
53 |
-
}
|
54 |
-
],
|
55 |
-
"metadata": {
|
56 |
-
"kernelspec": {
|
57 |
-
"display_name": "Python 3 (ipykernel)",
|
58 |
-
"language": "python",
|
59 |
-
"name": "python3"
|
60 |
-
},
|
61 |
-
"language_info": {
|
62 |
-
"codemirror_mode": {
|
63 |
-
"name": "ipython",
|
64 |
-
"version": 3
|
65 |
-
},
|
66 |
-
"file_extension": ".py",
|
67 |
-
"mimetype": "text/x-python",
|
68 |
-
"name": "python",
|
69 |
-
"nbconvert_exporter": "python",
|
70 |
-
"pygments_lexer": "ipython3",
|
71 |
-
"version": "3.9.6"
|
72 |
-
}
|
73 |
-
},
|
74 |
-
"nbformat": 4,
|
75 |
-
"nbformat_minor": 5
|
76 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|