Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Fixes the roberta snli model (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr authored Apr 30, 2020
1 parent 316c909 commit 0b040af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion training_config/nli/snli_roberta.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ local cls_is_last_token = false;
"hidden_dims": transformer_dim,
"activations": "tanh"
},
"dropout": 0.1
"dropout": 0.1,
"namespace": "tags"
},
"data_loader": {
"batch_sampler": {
Expand Down

0 comments on commit 0b040af

Please sign in to comment.