neerajhanda commited on
Commit
e7df5c3
1 Parent(s): 78153c4

Checking if the model file is present at the end of fine tuning

Browse files
Files changed (1) hide show
  1. train.ipynb +24 -0
train.ipynb CHANGED
@@ -169,6 +169,30 @@
169
  "source": [
170
  "learner.export('model.pkl')"
171
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
  }
173
  ],
174
  "metadata": {
 
169
  "source": [
170
  "learner.export('model.pkl')"
171
  ]
172
+ },
173
+ {
174
+ "cell_type": "code",
175
+ "execution_count": 1,
176
+ "metadata": {},
177
+ "outputs": [
178
+ {
179
+ "name": "stdout",
180
+ "output_type": "stream",
181
+ "text": [
182
+ "total 46032\n",
183
+ "-rwxrwxrwx 1 tux tux 243 Jun 22 21:11 README.md\n",
184
+ "-rwxrwxrwx 1 tux tux 3162 Jun 29 16:56 app.ipynb\n",
185
+ "-rwxrwxrwx 1 tux tux 970 Jun 22 21:45 app.py\n",
186
+ "-rwxrwxrwx 1 tux tux 37139 Jun 22 21:35 banjo.jpg\n",
187
+ "-rwxrwxrwx 1 tux tux 47081297 Jun 22 21:08 model.pkl\n",
188
+ "-rwxrwxrwx 1 tux tux 6 Jun 22 23:35 requirements.txt\n",
189
+ "-rwxrwxrwx 1 tux tux 3774 Jun 29 16:56 train.ipynb\n"
190
+ ]
191
+ }
192
+ ],
193
+ "source": [
194
+ "!ls -l"
195
+ ]
196
  }
197
  ],
198
  "metadata": {