Add StableLM3B model (#2372)

This commit is contained in:
Hyunsung Lee
2024-01-17 13:32:40 +09:00
committed by GitHub
parent 8cd5a992bf
commit e1957c6ebd
5 changed files with 310 additions and 13 deletions

View File

@@ -68,6 +68,9 @@ Alongside each architecture, we include some popular models that use it.
* - :code:`QWenLMHeadModel`
- Qwen
- :code:`Qwen/Qwen-7B`, :code:`Qwen/Qwen-7B-Chat`, etc.
* - :code:`StableLMEpochForCausalLM`
- StableLM
- :code:`stabilityai/stablelm-3b-4e1t/` , :code:`stabilityai/stablelm-base-alpha-7b-v2`, etc.
* - :code:`YiForCausalLM`
- Yi
- :code:`01-ai/Yi-6B`, :code:`01-ai/Yi-34B`, etc.