[Model] Add support for Qwen2MoeModel (#3346)

This commit is contained in:
wenyujin333
2024-03-28 23:19:59 +08:00
committed by GitHub
parent 14ccd94c89
commit d6ea427f04
4 changed files with 463 additions and 0 deletions

View File

@@ -119,6 +119,10 @@ Alongside each architecture, we include some popular models that use it.
- Qwen2
- :code:`Qwen/Qwen2-beta-7B`, :code:`Qwen/Qwen2-beta-7B-Chat`, etc.
- ✅︎
* - :code:`Qwen2MoeForCausalLM`
- Qwen2MoE
- :code:`Qwen/Qwen1.5-MoE-A2.7B`, :code:`Qwen/Qwen1.5-MoE-A2.7B-Chat`, etc.
-
* - :code:`StableLmForCausalLM`
- StableLM
- :code:`stabilityai/stablelm-3b-4e1t/` , :code:`stabilityai/stablelm-base-alpha-7b-v2`, etc.