fixing typo in tiiuae/falcon-rw-7b model name (#1226)

This commit is contained in:
Usama Ahmed
2023-09-29 23:40:25 +03:00
committed by GitHub
parent e2fb71ec9f
commit 0967102c6d

View File

@ -25,7 +25,7 @@ Alongside each architecture, we include some popular models that use it.
- :code:`bigscience/bloom`, :code:`bigscience/bloomz`, etc.
* - :code:`FalconForCausalLM`
- Falcon
- :code:`tiiuae/falcon-7b``, :code:`tiiuae/falcon-40b`, :code:`tiiuae/falcon-rw-7b`, etc.
- :code:`tiiuae/falcon-7b`, :code:`tiiuae/falcon-40b`, :code:`tiiuae/falcon-rw-7b`, etc.
* - :code:`GPT2LMHeadModel`
- GPT-2
- :code:`gpt2`, :code:`gpt2-xl`, etc.