nRuaif commited on
Commit
ed02686
·
1 Parent(s): 57a4da4

Delete Untitled.ipynb

Browse files
Files changed (1) hide show
  1. Untitled.ipynb +0 -168
Untitled.ipynb DELETED
@@ -1,168 +0,0 @@
1
- {
2
- "cells": [
3
- {
4
- "cell_type": "code",
5
- "execution_count": null,
6
- "id": "2416e8ad-7826-4bb6-8164-74b25e985cc3",
7
- "metadata": {},
8
- "outputs": [
9
- {
10
- "name": "stdout",
11
- "output_type": "stream",
12
- "text": [
13
- "Token will not been saved to git credential helper. Pass `add_to_git_credential=True` if you want to set the git credential as well.\n",
14
- "Token is valid (permission: write).\n",
15
- "Your token has been saved to /root/.cache/huggingface/token\n",
16
- "Login successful\n"
17
- ]
18
- },
19
- {
20
- "data": {
21
- "application/vnd.jupyter.widget-view+json": {
22
- "model_id": "83545320358d42d281a156c7218a6d7d",
23
- "version_major": 2,
24
- "version_minor": 0
25
- },
26
- "text/plain": [
27
- "adapter_model.safetensors: 0%| | 0.00/501M [00:00<?, ?B/s]"
28
- ]
29
- },
30
- "metadata": {},
31
- "output_type": "display_data"
32
- },
33
- {
34
- "data": {
35
- "application/vnd.jupyter.widget-view+json": {
36
- "model_id": "721787676a094649b2628451be2d4dbe",
37
- "version_major": 2,
38
- "version_minor": 0
39
- },
40
- "text/plain": [
41
- "rng_state.pth: 0%| | 0.00/14.6k [00:00<?, ?B/s]"
42
- ]
43
- },
44
- "metadata": {},
45
- "output_type": "display_data"
46
- },
47
- {
48
- "data": {
49
- "application/vnd.jupyter.widget-view+json": {
50
- "model_id": "bb346063ffcb4bb79c6fd2de19e9c3e5",
51
- "version_major": 2,
52
- "version_minor": 0
53
- },
54
- "text/plain": [
55
- "training_args.bin: 0%| | 0.00/4.54k [00:00<?, ?B/s]"
56
- ]
57
- },
58
- "metadata": {},
59
- "output_type": "display_data"
60
- },
61
- {
62
- "data": {
63
- "application/vnd.jupyter.widget-view+json": {
64
- "model_id": "9b32558fcff04f8ebe7406dc211e2020",
65
- "version_major": 2,
66
- "version_minor": 0
67
- },
68
- "text/plain": [
69
- "scheduler.pt: 0%| | 0.00/627 [00:00<?, ?B/s]"
70
- ]
71
- },
72
- "metadata": {},
73
- "output_type": "display_data"
74
- },
75
- {
76
- "data": {
77
- "application/vnd.jupyter.widget-view+json": {
78
- "model_id": "b8ae21de7cdd4fc0a9b2f2c0d6831d91",
79
- "version_major": 2,
80
- "version_minor": 0
81
- },
82
- "text/plain": [
83
- "adapter_model.bin: 0%| | 0.00/501M [00:00<?, ?B/s]"
84
- ]
85
- },
86
- "metadata": {},
87
- "output_type": "display_data"
88
- },
89
- {
90
- "data": {
91
- "application/vnd.jupyter.widget-view+json": {
92
- "model_id": "8e88e53f527f4d909bac26964562a544",
93
- "version_major": 2,
94
- "version_minor": 0
95
- },
96
- "text/plain": [
97
- "Upload 6 LFS files: 0%| | 0/6 [00:00<?, ?it/s]"
98
- ]
99
- },
100
- "metadata": {},
101
- "output_type": "display_data"
102
- },
103
- {
104
- "data": {
105
- "application/vnd.jupyter.widget-view+json": {
106
- "model_id": "69f9a82abb7c4d9fa60d92a7452194c0",
107
- "version_major": 2,
108
- "version_minor": 0
109
- },
110
- "text/plain": [
111
- "tokenizer.model: 0%| | 0.00/500k [00:00<?, ?B/s]"
112
- ]
113
- },
114
- "metadata": {},
115
- "output_type": "display_data"
116
- }
117
- ],
118
- "source": [
119
- "!huggingface-cli login --token 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\n",
120
- "from huggingface_hub import HfApi\n",
121
- "\n",
122
- "api = HfApi()\n",
123
- "\n",
124
- "# Upload all the content from the local folder to your remote Space.\n",
125
- "# By default, files are uploaded at the root of the repo\n",
126
- "\n",
127
- "api.upload_folder(\n",
128
- "\n",
129
- " folder_path=\"/workspace/axolotl/qlora-out\",\n",
130
- "\n",
131
- " repo_id=\"nRuaif/Testing_orca\",\n",
132
- "\n",
133
- " repo_type=\"model\",\n",
134
- "\n",
135
- ")"
136
- ]
137
- },
138
- {
139
- "cell_type": "code",
140
- "execution_count": null,
141
- "id": "3c6a284d-3e1c-46e5-b77d-1ad91f4bbf49",
142
- "metadata": {},
143
- "outputs": [],
144
- "source": []
145
- }
146
- ],
147
- "metadata": {
148
- "kernelspec": {
149
- "display_name": "Python 3 (ipykernel)",
150
- "language": "python",
151
- "name": "python3"
152
- },
153
- "language_info": {
154
- "codemirror_mode": {
155
- "name": "ipython",
156
- "version": 3
157
- },
158
- "file_extension": ".py",
159
- "mimetype": "text/x-python",
160
- "name": "python",
161
- "nbconvert_exporter": "python",
162
- "pygments_lexer": "ipython3",
163
- "version": "3.10.13"
164
- }
165
- },
166
- "nbformat": 4,
167
- "nbformat_minor": 5
168
- }