From: iacore Date: Mon, 1 Jul 2024 11:40:58 +0000 (+0000) Subject: Document BERT support. (#8205) X-Git-Tag: upstream/0.0.4488~1217 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=694c59cb42d1ebd6a7d912ca65d3d7363e0f14c9;p=pkg%2Fggml%2Fsources%2Fllama.cpp Document BERT support. (#8205) * Update README.md document BERT support * Update README.md --- diff --git a/README.md b/README.md index 99b16f6e..153d837e 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Typically finetunes of the base models below are supported as well. - [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] [BERT](https://github.com/ggerganov/llama.cpp/pull/5423) - [X] [Koala](https://bair.berkeley.edu/blog/2023/04/03/koala/) - [X] [Baichuan 1 & 2](https://huggingface.co/models?search=baichuan-inc/Baichuan) + [derivations](https://huggingface.co/hiyouga/baichuan-7b-sft) - [X] [Aquila 1 & 2](https://huggingface.co/models?search=BAAI/Aquila)