Rename configuration_deepseek.py to configuration_v2.py
Browse files
configuration_deepseek.py → configuration_v2.py
RENAMED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
# Copy from https://huggingface.co/deepseek-ai/DeepSeek-V3/blob/main/configuration_deepseek.py
|
| 2 |
-
|
| 3 |
from transformers.configuration_utils import PretrainedConfig
|
| 4 |
from transformers.utils import logging
|
| 5 |
|
|
@@ -113,7 +111,7 @@ class DeepseekV3Config(PretrainedConfig):
|
|
| 113 |
>>> configuration = model.config
|
| 114 |
```"""
|
| 115 |
|
| 116 |
-
model_type = "
|
| 117 |
keys_to_ignore_at_inference = ["past_key_values"]
|
| 118 |
|
| 119 |
def __init__(
|
|
|
|
|
|
|
|
|
|
| 1 |
from transformers.configuration_utils import PretrainedConfig
|
| 2 |
from transformers.utils import logging
|
| 3 |
|
|
|
|
| 111 |
>>> configuration = model.config
|
| 112 |
```"""
|
| 113 |
|
| 114 |
+
model_type = "openmodel"
|
| 115 |
keys_to_ignore_at_inference = ["past_key_values"]
|
| 116 |
|
| 117 |
def __init__(
|