damerajee commited on
Commit
5193c45
1 Parent(s): 6211225

Update configuration_Llamoe.py

Browse files
Files changed (1) hide show
  1. 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
- GEMMOE_PRETRAINED_CONFIG_ARCHIVE_MAP = {
9
  "damerajee/Llamoe-test": "https://huggingface.co/damerajee/Llamoe-test/resolve/main/config.json",
10
  }
11
 
12
 
13
- class GemmoeConfig(PretrainedConfig):
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