update to clincalMosaic
Browse files- automodel.py +1 -1
automodel.py
CHANGED
@@ -15,7 +15,7 @@ from .bert_layers_mosa import BertModel
|
|
15 |
logger = logging.getLogger(__name__)
|
16 |
|
17 |
|
18 |
-
class
|
19 |
|
20 |
def __init__(self, config, add_pooling_layer=False, **kwargs):
|
21 |
"""
|
|
|
15 |
logger = logging.getLogger(__name__)
|
16 |
|
17 |
|
18 |
+
class ClinicalMosaicForEmbeddingGeneration(BertPreTrainedModel):
|
19 |
|
20 |
def __init__(self, config, add_pooling_layer=False, **kwargs):
|
21 |
"""
|