Add Baichuan-7B to README (#494)

This commit is contained in:
Zhuohan Li
2023-07-25 15:25:12 -07:00
committed by GitHub
parent 2d867b55fa
commit df5dd3c68e
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ Alongside each architecture, we include some popular models that use it.
* - Architecture
- Models
- Example HuggingFace Models
* - :code:`BaiChuanForCausalLM`
- Baichuan-7B
- :code:`baichuan-inc/Baichuan-7B`.
* - :code:`BloomForCausalLM`
- BLOOM, BLOOMZ, BLOOMChat
- :code:`bigscience/bloom`, :code:`bigscience/bloomz`, etc.