Skip to content

Commit 47764a3

Browse files
committed
notebook changes
1 parent d866108 commit 47764a3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

notebooks/finetune_mistral7b_qlora_text2sql.ipynb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"outputId": "f31b3a6c-641e-4724-9e2b-c7e3cf1a5e70"
110110
},
111111
"id": "goCje9zjU7LK",
112-
"execution_count": 1,
112+
"execution_count": null,
113113
"outputs": [
114114
{
115115
"output_type": "stream",
@@ -142,7 +142,7 @@
142142
"outputId": "2f00b7e2-ee07-4745-887a-93bcb38f7317"
143143
},
144144
"id": "LF4yVNc4YNuN",
145-
"execution_count": 10,
145+
"execution_count": null,
146146
"outputs": [
147147
{
148148
"output_type": "stream",
@@ -162,7 +162,7 @@
162162
"pip install -q -r /content/drive/MyDrive/Projects/analytics_copilot/requirements.txt"
163163
],
164164
"id": "7985d486",
165-
"execution_count": 11,
165+
"execution_count": null,
166166
"outputs": []
167167
},
168168
{
@@ -179,7 +179,7 @@
179179
"outputId": "42d2908f-3d9d-45ab-d5f8-a66cdffc1c96"
180180
},
181181
"id": "elujAvcfXPhC",
182-
"execution_count": 12,
182+
"execution_count": null,
183183
"outputs": [
184184
{
185185
"output_type": "stream",
@@ -193,7 +193,7 @@
193193
},
194194
{
195195
"cell_type": "code",
196-
"execution_count": 13,
196+
"execution_count": null,
197197
"metadata": {
198198
"id": "env-setup",
199199
"colab": {
@@ -267,7 +267,7 @@
267267
},
268268
{
269269
"cell_type": "code",
270-
"execution_count": 14,
270+
"execution_count": null,
271271
"metadata": {
272272
"id": "load-dataset",
273273
"colab": {
@@ -369,7 +369,7 @@
369369
},
370370
{
371371
"cell_type": "code",
372-
"execution_count": 15,
372+
"execution_count": null,
373373
"metadata": {
374374
"id": "prompt-formatting",
375375
"colab": {
@@ -440,7 +440,7 @@
440440
},
441441
{
442442
"cell_type": "code",
443-
"execution_count": 16,
443+
"execution_count": null,
444444
"metadata": {
445445
"id": "format-dataset",
446446
"colab": {
@@ -558,7 +558,7 @@
558558
},
559559
{
560560
"cell_type": "code",
561-
"execution_count": 17,
561+
"execution_count": null,
562562
"metadata": {
563563
"id": "load-model",
564564
"colab": {
@@ -945,7 +945,7 @@
945945
},
946946
{
947947
"cell_type": "code",
948-
"execution_count": 20,
948+
"execution_count": null,
949949
"metadata": {
950950
"id": "train-config",
951951
"colab": {
@@ -1071,7 +1071,7 @@
10711071
},
10721072
{
10731073
"cell_type": "code",
1074-
"execution_count": 21,
1074+
"execution_count": null,
10751075
"metadata": {
10761076
"id": "run-training",
10771077
"colab": {
@@ -1215,7 +1215,7 @@
12151215
},
12161216
{
12171217
"cell_type": "code",
1218-
"execution_count": 22,
1218+
"execution_count": null,
12191219
"metadata": {
12201220
"id": "save-artifacts",
12211221
"colab": {
@@ -1324,7 +1324,7 @@
13241324
},
13251325
{
13261326
"cell_type": "code",
1327-
"execution_count": 23,
1327+
"execution_count": null,
13281328
"metadata": {
13291329
"id": "sanity-inference",
13301330
"colab": {

0 commit comments

Comments
 (0)