Update configuration.py
Browse files- configuration.py +1 -0
configuration.py
CHANGED
@@ -6,4 +6,5 @@ class NewModelConfig(BertConfig):
|
|
6 |
|
7 |
def __init__(self, *args, new_hidden_size=12, **kwargs):
|
8 |
super().__init__(*args, **kwargs)
|
|
|
9 |
self.new_hidden_size = new_hidden_size
|
|
|
6 |
|
7 |
def __init__(self, *args, new_hidden_size=12, **kwargs):
|
8 |
super().__init__(*args, **kwargs)
|
9 |
+
|
10 |
self.new_hidden_size = new_hidden_size
|