Spaces:
Sleeping
Sleeping
smhavens
commited on
Commit
·
7faffe5
1
Parent(s):
5141392
example print
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def training():
|
|
60 |
|
61 |
for i in range(n_examples):
|
62 |
example = train_data[i]
|
63 |
-
print(example
|
64 |
train_examples.append(InputExample(texts=[example['id'], example['text']]))
|
65 |
|
66 |
# train_dataloader = DataLoader(train_examples, shuffle=True, batch_size=16)
|
|
|
60 |
|
61 |
for i in range(n_examples):
|
62 |
example = train_data[i]
|
63 |
+
print(example)
|
64 |
train_examples.append(InputExample(texts=[example['id'], example['text']]))
|
65 |
|
66 |
# train_dataloader = DataLoader(train_examples, shuffle=True, batch_size=16)
|