shunxing1234
commited on
Commit
•
e7e3a25
1
Parent(s):
ec1e002
Update configuration_aquila.py
Browse files- configuration_aquila.py +1 -7
configuration_aquila.py
CHANGED
@@ -19,15 +19,9 @@
|
|
19 |
# limitations under the License.
|
20 |
""" Aquila model configuration"""
|
21 |
|
22 |
-
from
|
23 |
-
from ...utils import logging
|
24 |
|
25 |
|
26 |
-
logger = logging.get_logger(__name__)
|
27 |
-
|
28 |
-
AQUILA_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
29 |
-
"BAAI/Aquila-7B": "https://huggingface.co/BAAI/Aquila-7B/resolve/main/config.json",
|
30 |
-
}
|
31 |
|
32 |
class AquilaConfig(PretrainedConfig):
|
33 |
r"""
|
|
|
19 |
# limitations under the License.
|
20 |
""" Aquila model configuration"""
|
21 |
|
22 |
+
from transformers import PretrainedConfig
|
|
|
23 |
|
24 |
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
class AquilaConfig(PretrainedConfig):
|
27 |
r"""
|