Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- model/__init__.py +0 -5
model/__init__.py
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
from .entity_projector import EnhancedEntityProjector, AttentionPool, TypeAwareProjector
|
| 2 |
from .inference import InferenceResult, PredictedEntity
|
| 3 |
-
from .loss_utils import enhanced_supcon_loss, type_aware_supcon
|
| 4 |
-
from .curriculum import CurriculumScheduler
|
| 5 |
|
| 6 |
__all__ = [
|
| 7 |
"EnhancedEntityProjector",
|
|
@@ -9,7 +7,4 @@ __all__ = [
|
|
| 9 |
"AttentionPool",
|
| 10 |
"InferenceResult",
|
| 11 |
"PredictedEntity",
|
| 12 |
-
"enhanced_supcon_loss",
|
| 13 |
-
"type_aware_supcon",
|
| 14 |
-
"CurriculumScheduler",
|
| 15 |
]
|
|
|
|
| 1 |
from .entity_projector import EnhancedEntityProjector, AttentionPool, TypeAwareProjector
|
| 2 |
from .inference import InferenceResult, PredictedEntity
|
|
|
|
|
|
|
| 3 |
|
| 4 |
__all__ = [
|
| 5 |
"EnhancedEntityProjector",
|
|
|
|
| 7 |
"AttentionPool",
|
| 8 |
"InferenceResult",
|
| 9 |
"PredictedEntity",
|
|
|
|
|
|
|
|
|
|
| 10 |
]
|