]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Document BERT support. (#8205)
authoriacore <redacted>
Mon, 1 Jul 2024 11:40:58 +0000 (11:40 +0000)
committerGitHub <redacted>
Mon, 1 Jul 2024 11:40:58 +0000 (13:40 +0200)
* Update README.md

document BERT support

* Update README.md

README.md

index 99b16f6e29e3295c8ff7657a308bc683ed6d6f71..153d837e374eaf625bb445cd960b00bd70ef2cca 100644 (file)
--- 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)