Update configuration_ortho_vit.py
Browse files
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 = "
|
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,
|