Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan3012 committed Apr 18, 2022
1 parent 73df143 commit 6f807b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
model.from_pretrained(model_name="t5-base")
model.train(train_df=train_df, test_df=eval_df, batch_size=4, max_epochs=10, use_gpu=False,tpu_cores=8)
print(model.evaluate(test_df=test_df))
model.upload(hf_username="gagan3012", model_name="k2tt5", token="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")
model.upload(hf_username="gagan3012", model_name="k2tt5")

0 comments on commit 6f807b9

Please sign in to comment.