high-rep-account commited on
Commit
daf70c4
·
1 Parent(s): e8c5d53

Update configuration_high.py

Browse files
Files changed (1) hide show
  1. configuration_high.py +1 -0
configuration_high.py CHANGED
@@ -4,6 +4,7 @@ from transformers import PretrainedConfig
4
  class HighConfig(PretrainedConfig):
5
  model_type = "high"
6
  _commit_hash = "main"
 
7
  def __init__(
8
  self,
9
  **kwargs,
 
4
  class HighConfig(PretrainedConfig):
5
  model_type = "high"
6
  _commit_hash = "main"
7
+ architectures = []
8
  def __init__(
9
  self,
10
  **kwargs,