Update configuration_deberta.py
Browse files- configuration_deberta.py +0 -1
configuration_deberta.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
from transformers import PretrainedConfig
|
2 |
|
3 |
class DebertaV2Config(PretrainedConfig):
|
4 |
-
model_type = "deberta-v2"
|
5 |
|
6 |
def __init__(
|
7 |
self,
|
|
|
1 |
from transformers import PretrainedConfig
|
2 |
|
3 |
class DebertaV2Config(PretrainedConfig):
|
|
|
4 |
|
5 |
def __init__(
|
6 |
self,
|