Update configuration_Llamoe.py
Browse files- configuration_Llamoe.py +1 -1
configuration_Llamoe.py
CHANGED
@@ -6,7 +6,7 @@ from transformers.utils import logging
|
|
6 |
logger = logging.get_logger(__name__)
|
7 |
|
8 |
GEMMOE_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
9 |
-
"
|
10 |
}
|
11 |
|
12 |
|
|
|
6 |
logger = logging.get_logger(__name__)
|
7 |
|
8 |
GEMMOE_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
9 |
+
"damerajee/Llamoe-test": "https://huggingface.co/damerajee/Llamoe-test/resolve/main/config.json",
|
10 |
}
|
11 |
|
12 |
|