Skip to content

Commit

Permalink
comment released models
Browse files Browse the repository at this point in the history
  • Loading branch information
king-menin committed Feb 17, 2019
1 parent 8450294 commit bcbbe4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/models/released_models.py
@@ -1,10 +1,10 @@
from modules.layers.encoders import *
from modules.layers.decoders import *
# from modules.layers.encoders import *
# from modules.layers.decoders import *


released_models = {
"BertBiLSTMNCRF": {
"encoder": BertBiLSTMEncoder,
"decoder": NCRFDecoder
}
}
# released_models = {
# "BertBiLSTMNCRF": {
# "encoder": BertBiLSTMEncoder,
# "decoder": NCRFDecoder
# }
# }

0 comments on commit bcbbe4f

Please sign in to comment.