mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 05:10:06 +06:00
Update configuration_quasarv4.py
This commit is contained in:
parent
f7a908f4d5
commit
0e4f158e6b
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
"""QuasarV4 model configuration"""
|
"""QuasarV4 model configuration"""
|
||||||
|
|
||||||
from ...configuration_utils import PretrainedConfig
|
from ...transformers.configuration_utils import PretrainedConfig
|
||||||
from ...utils import logging
|
from ...utils import logging
|
||||||
|
|
||||||
|
|
||||||
@ -120,7 +120,7 @@ class QuasarV4Config(PretrainedConfig):
|
|||||||
>>> configuration = model.config
|
>>> configuration = model.config
|
||||||
```"""
|
```"""
|
||||||
|
|
||||||
model_type = "quasarv4"
|
model_type = "quasar_v4"
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
Loading…
Reference in New Issue
Block a user