Update configuration_Llamoe.py
Browse files- configuration_Llamoe.py +2 -2
configuration_Llamoe.py
CHANGED
@@ -5,12 +5,12 @@ from transformers.utils import logging
|
|
5 |
|
6 |
logger = logging.get_logger(__name__)
|
7 |
|
8 |
-
|
9 |
"damerajee/Llamoe-test": "https://huggingface.co/damerajee/Llamoe-test/resolve/main/config.json",
|
10 |
}
|
11 |
|
12 |
|
13 |
-
class
|
14 |
model_type = "Llamoe"
|
15 |
keys_to_ignore_at_inference = ["past_key_values"]
|
16 |
|
|
|
5 |
|
6 |
logger = logging.get_logger(__name__)
|
7 |
|
8 |
+
LLAMOE_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
9 |
"damerajee/Llamoe-test": "https://huggingface.co/damerajee/Llamoe-test/resolve/main/config.json",
|
10 |
}
|
11 |
|
12 |
|
13 |
+
class LlamoeConfig(PretrainedConfig):
|
14 |
model_type = "Llamoe"
|
15 |
keys_to_ignore_at_inference = ["past_key_values"]
|
16 |
|