Crystalcareai
commited on
Commit
•
866d907
1
Parent(s):
bc69ada
Update configuration_quiet.py
Browse files- configuration_quiet.py +2 -3
configuration_quiet.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# coding=utf-8
|
2 |
-
# Copyright 2023
|
3 |
#
|
4 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
# you may not use this file except in compliance with the License.
|
@@ -21,8 +21,7 @@ from transformers.utils import logging
|
|
21 |
logger = logging.get_logger(__name__)
|
22 |
|
23 |
QUIET_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
24 |
-
"
|
25 |
-
"quietai/Quiet-7B-Instruct-v0.1": "https://huggingface.co/quietai/Quiet-7B-Instruct-v0.1/resolve/main/config.json",
|
26 |
}
|
27 |
|
28 |
|
|
|
1 |
# coding=utf-8
|
2 |
+
# Copyright 2023 HuggingFace Inc. team. All rights reserved.
|
3 |
#
|
4 |
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
# you may not use this file except in compliance with the License.
|
|
|
21 |
logger = logging.get_logger(__name__)
|
22 |
|
23 |
QUIET_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
24 |
+
"cognitivecomputations/Quiet-STaR-Base": "https://huggingface.co/quietai/Quiet-7B-v0.1/resolve/main/config.json",
|
|
|
25 |
}
|
26 |
|
27 |
|