Added DeciLM-7b and DeciLM-7b-instruct (#2062)

This commit is contained in:
avideci
2023-12-19 12:29:33 +02:00
committed by GitHub
parent 21d5daa4ac
commit de60a3fb93
5 changed files with 129 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ Alongside each architecture, we include some popular models that use it.
* - :code:`ChatGLMModel`
- ChatGLM
- :code:`THUDM/chatglm2-6b`, :code:`THUDM/chatglm3-6b`, etc.
* - :code:`DeciLMForCausalLM`
- DeciLM
- :code:`Deci/DeciLM-7B`, :code:`Deci/DeciLM-7B-instruct`, etc.
* - :code:`BloomForCausalLM`
- BLOOM, BLOOMZ, BLOOMChat
- :code:`bigscience/bloom`, :code:`bigscience/bloomz`, etc.