[FIX] Add Gemma model to the doc (#2966)

This commit is contained in:
Zhuohan Li
2024-02-21 09:46:15 -08:00
committed by GitHub
parent c20ecb6a51
commit a9c8212895
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ Alongside each architecture, we include some popular models that use it.
* - :code:`FalconForCausalLM`
- Falcon
- :code:`tiiuae/falcon-7b`, :code:`tiiuae/falcon-40b`, :code:`tiiuae/falcon-rw-7b`, etc.
* - :code:`GemmaForCausalLM`
- Gemma
- :code:`google/gemma-2b`, :code:`google/gemma-7b`, etc.
* - :code:`GPT2LMHeadModel`
- GPT-2
- :code:`gpt2`, :code:`gpt2-xl`, etc.