Spaces:
Runtime error
Runtime error
nroggendorff
commited on
Commit
•
f970cca
1
Parent(s):
315ce9c
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ trainer = trl.SFTTrainer(
|
|
114 |
args=args,
|
115 |
train_dataset=dataset,
|
116 |
dataset_text_field='text',
|
117 |
-
max_seq_length=512
|
118 |
)
|
119 |
|
120 |
torch.cuda.set_device(0)
|
|
|
114 |
args=args,
|
115 |
train_dataset=dataset,
|
116 |
dataset_text_field='text',
|
117 |
+
max_seq_length=512
|
118 |
)
|
119 |
|
120 |
torch.cuda.set_device(0)
|