Update configuration_ESGBertReddit.py
Browse files
configuration_ESGBertReddit.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
from transformers import PretrainedConfig
|
| 2 |
class ESGRedditConfig(PretrainedConfig):
|
| 3 |
-
model_type = "
|
| 4 |
|
| 5 |
def __init__(
|
| 6 |
self,
|
|
|
|
| 1 |
from transformers import PretrainedConfig
|
| 2 |
class ESGRedditConfig(PretrainedConfig):
|
| 3 |
+
model_type = "ESGBertReddit"
|
| 4 |
|
| 5 |
def __init__(
|
| 6 |
self,
|