BootsofLagrangian commited on
Commit
637bdce
·
verified ·
1 Parent(s): 7561755

Update configuration_ortho_vit.py

Browse files
Files changed (1) hide show
  1. configuration_ortho_vit.py +1 -1
configuration_ortho_vit.py CHANGED
@@ -60,7 +60,7 @@ class OrthoViTConfig(ViTConfig):
60
  >>> # Accessing the model configuration
61
  >>> configuration = model.config
62
  ```"""
63
- model_type = "ortho_vit"
64
 
65
  def __init__(
66
  self,
 
60
  >>> # Accessing the model configuration
61
  >>> configuration = model.config
62
  ```"""
63
+ model_type = "vit"
64
 
65
  def __init__(
66
  self,