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

Commit

Permalink
We need to specify the namespace now (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed May 5, 2020
1 parent 34204ed commit 356eacf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ local cls_is_last_token = false;
"embedding_dim": transformer_dim,
"cls_is_last_token": cls_is_last_token
},
"dropout": 0.1
"dropout": 0.1,
"namespace": "tags"
},
"data_loader": {
"batch_sampler": {
Expand Down

0 comments on commit 356eacf

Please sign in to comment.