Update configuration_hat.py
Browse files- configuration_hat.py +1 -1
configuration_hat.py
CHANGED
|
@@ -90,7 +90,7 @@ class HATConfig(PretrainedConfig):
|
|
| 90 |
classifier_dropout (:obj:`float`, `optional`):
|
| 91 |
The dropout ratio for the classification head.
|
| 92 |
"""
|
| 93 |
-
model_type = "
|
| 94 |
|
| 95 |
def __init__(
|
| 96 |
self,
|
|
|
|
| 90 |
classifier_dropout (:obj:`float`, `optional`):
|
| 91 |
The dropout ratio for the classification head.
|
| 92 |
"""
|
| 93 |
+
model_type = "hierarchical-transformer"
|
| 94 |
|
| 95 |
def __init__(
|
| 96 |
self,
|