diff options
author | Jan Boon <jan.boon@kaetemi.be> | 2024-04-21 20:35:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-21 15:35:40 +0300 |
commit | e8d35f47cb8cb4002fca02e18aaa1cb9fa21d6f1 (patch) | |
tree | d42fa0df0c2c26261adc9ab40b19f59b2c57bbbf | |
parent | 2cca09d509c0e114acc16cb347c3cdd86e5f1b40 (diff) |
doc : add link to falcon (#6789)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ Typically finetunes of the base models below are supported as well. - [X] [Mistral 7B](https://huggingface.co/mistralai/Mistral-7B-v0.1) - [x] [Mixtral MoE](https://huggingface.co/models?search=mistral-ai/Mixtral) - [x] [DBRX](https://huggingface.co/databricks/dbrx-instruct) -- [X] Falcon +- [X] [Falcon](https://huggingface.co/models?search=tiiuae/falcon) - [X] [Chinese LLaMA / Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca) and [Chinese LLaMA-2 / Alpaca-2](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2) - [X] [Vigogne (French)](https://github.com/bofenghuang/vigogne) - [X] [Koala](https://bair.berkeley.edu/blog/2023/04/03/koala/) |