xinyu1205 commited on
Commit
2aeaac8
1 Parent(s): 2756f76

Delete upload.ipynb

Browse files
Files changed (1) hide show
  1. upload.ipynb +0 -87
upload.ipynb DELETED
@@ -1,87 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": 1,
6
- "id": "ecc45cb5-15a0-424b-b97d-d29a73b2e809",
7
- "metadata": {},
8
- "outputs": [
9
- {
10
- "name": "stderr",
11
- "output_type": "stream",
12
- "text": [
13
- "/opt/conda/lib/python3.7/site-packages/tqdm/auto.py:22: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
14
- " from .autonotebook import tqdm as notebook_tqdm\n"
15
- ]
16
- },
17
- {
18
- "ename": "ImportError",
19
- "evalue": "cannot import name 'login' from 'huggingface_hub' (/home/oppoer/.local/lib/python3.7/site-packages/huggingface_hub/__init__.py)",
20
- "output_type": "error",
21
- "traceback": [
22
- "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
23
- "\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)",
24
- "\u001b[0;32m/tmp/ipykernel_1707/2376108712.py\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0mhuggingface_hub\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mlogin\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
25
- "\u001b[0;31mImportError\u001b[0m: cannot import name 'login' from 'huggingface_hub' (/home/oppoer/.local/lib/python3.7/site-packages/huggingface_hub/__init__.py)"
26
- ]
27
- }
28
- ],
29
- "source": [
30
- "from huggingface_hub import login"
31
- ]
32
- },
33
- {
34
- "cell_type": "code",
35
- "execution_count": null,
36
- "id": "1d5da498-403a-4d54-8fd2-981665980977",
37
- "metadata": {},
38
- "outputs": [],
39
- "source": []
40
- },
41
- {
42
- "cell_type": "code",
43
- "execution_count": null,
44
- "id": "a2947119-5752-4d4f-99f0-e6d306bcf0ae",
45
- "metadata": {},
46
- "outputs": [],
47
- "source": []
48
- },
49
- {
50
- "cell_type": "code",
51
- "execution_count": null,
52
- "id": "bba28b02-af45-4be3-b26e-7f456a48fe95",
53
- "metadata": {},
54
- "outputs": [],
55
- "source": []
56
- },
57
- {
58
- "cell_type": "code",
59
- "execution_count": null,
60
- "id": "9f349128-a60e-4bb2-9a06-1628e42cb659",
61
- "metadata": {},
62
- "outputs": [],
63
- "source": []
64
- }
65
- ],
66
- "metadata": {
67
- "kernelspec": {
68
- "display_name": "Python 3 (ipykernel)",
69
- "language": "python",
70
- "name": "python3"
71
- },
72
- "language_info": {
73
- "codemirror_mode": {
74
- "name": "ipython",
75
- "version": 3
76
- },
77
- "file_extension": ".py",
78
- "mimetype": "text/x-python",
79
- "name": "python",
80
- "nbconvert_exporter": "python",
81
- "pygments_lexer": "ipython3",
82
- "version": "3.7.12"
83
- }
84
- },
85
- "nbformat": 4,
86
- "nbformat_minor": 5
87
- }