Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -125,6 +125,7 @@ training_args = TrainingArguments(
|
|
125 |
save_strategy = "no",
|
126 |
load_best_model_at_end=False,
|
127 |
push_to_hub=True,
|
|
|
128 |
)
|
129 |
print ("training args")
|
130 |
############################################
|
|
|
125 |
save_strategy = "no",
|
126 |
load_best_model_at_end=False,
|
127 |
push_to_hub=True,
|
128 |
+
use_auth_token=os.environ["HF_ACCESS_TOKEN"],
|
129 |
)
|
130 |
print ("training args")
|
131 |
############################################
|