LizaKovtun
commited on
Commit
•
141b0b7
1
Parent(s):
a58b94a
Update modeling_ESGify.py
Browse files- modeling_ESGify.py +1 -1
modeling_ESGify.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from collections import OrderedDict
|
2 |
from transformers import MPNetPreTrainedModel, MPNetModel
|
3 |
-
from
|
4 |
import torch
|
5 |
|
6 |
class ESGify(MPNetPreTrainedModel):
|
|
|
1 |
from collections import OrderedDict
|
2 |
from transformers import MPNetPreTrainedModel, MPNetModel
|
3 |
+
from configuration_ESGify import ESGifyConfig
|
4 |
import torch
|
5 |
|
6 |
class ESGify(MPNetPreTrainedModel):
|