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