igorktech commited on
Commit
7f8c0c4
1 Parent(s): f199e75

Update configuration_hat.py

Browse files
Files changed (1) hide show
  1. 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 = "hi-transformer"
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,