[Model] Add OLMoE (#7922)

This commit is contained in:
Niklas Muennighoff
2024-09-20 09:31:41 -07:00
committed by GitHub
parent 260d40b5ea
commit 3b63de9353
3 changed files with 414 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ _GENERATION_MODELS = {
"MiniCPM3ForCausalLM": ("minicpm3", "MiniCPM3ForCausalLM"),
"NemotronForCausalLM": ("nemotron", "NemotronForCausalLM"),
"OlmoForCausalLM": ("olmo", "OlmoForCausalLM"),
"OlmoeForCausalLM": ("olmoe", "OlmoeForCausalLM"),
"OPTForCausalLM": ("opt", "OPTForCausalLM"),
"OrionForCausalLM": ("orion", "OrionForCausalLM"),
"PersimmonForCausalLM": ("persimmon", "PersimmonForCausalLM"),