DCLM-7B-HF / configuration_openlm.py
marianna13's picture
Upload DCLM-7B model files
792a89e verified
raw
history blame
142 Bytes
from open_lm.utils.transformers.hf_config import OpenLMConfig
from transformers import AutoConfig
AutoConfig.register("openlm", OpenLMConfig)