Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ lm_datasets = tokenized_datasets.map(
|
|
88 |
#Training Args
|
89 |
model_name = base_model.split("/")[-1]
|
90 |
training_args = TrainingArguments(
|
91 |
-
"
|
92 |
evaluation_strategy = "epoch",
|
93 |
learning_rate=2e-5,
|
94 |
weight_decay=0.01,
|
|
|
88 |
#Training Args
|
89 |
model_name = base_model.split("/")[-1]
|
90 |
training_args = TrainingArguments(
|
91 |
+
"/model",
|
92 |
evaluation_strategy = "epoch",
|
93 |
learning_rate=2e-5,
|
94 |
weight_decay=0.01,
|