Upload configuration_rwkv_hybrid.py
Browse files
configuration_rwkv_hybrid.py
CHANGED
|
@@ -15,9 +15,9 @@
|
|
| 15 |
# limitations under the License.
|
| 16 |
"""RwkvHybrid model configuration"""
|
| 17 |
|
| 18 |
-
from .
|
| 19 |
-
from .
|
| 20 |
-
from .
|
| 21 |
from typing import Optional, Union, List
|
| 22 |
|
| 23 |
|
|
|
|
| 15 |
# limitations under the License.
|
| 16 |
"""RwkvHybrid model configuration"""
|
| 17 |
|
| 18 |
+
from transformers.configuration_utils import PretrainedConfig
|
| 19 |
+
from transformers.modeling_rope_utils import rope_config_validation
|
| 20 |
+
from transformers.utils import logging
|
| 21 |
from typing import Optional, Union, List
|
| 22 |
|
| 23 |
|