Kevin Fink
commited on
Commit
·
ed395a5
1
Parent(s):
efbd624
deve
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ def fine_tune_model(model, dataset_name, hub_id, api_key, num_epochs, batch_size
|
|
210 |
train_set = dataset.map(tokenize_function, batched=True)
|
211 |
#valid_set = dataset['validation'].map(tokenize_function, batched=True)
|
212 |
|
213 |
-
|
214 |
#print(train_set.keys())
|
215 |
print('DONE')
|
216 |
|
|
|
210 |
train_set = dataset.map(tokenize_function, batched=True)
|
211 |
#valid_set = dataset['validation'].map(tokenize_function, batched=True)
|
212 |
|
213 |
+
|
214 |
#print(train_set.keys())
|
215 |
print('DONE')
|
216 |
|