Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sileod authored Nov 2, 2023
1 parent a3bb814 commit 3bd3910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasknet/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ class default:
save_steps = 1000000
label_names = ["labels"]
include_inputs_for_metrics = True
model_name = "sileod/deberta-v3-base-tasksource-nli"

default, hparams = to_dict(default), to_dict(hparams)
self.p = hparams.get('p', 1)
Expand Down

0 comments on commit 3bd3910

Please sign in to comment.