From 2ae80e1e27f94f66212de3fcdeadf31b49e25cc6 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 28 Nov 2023 22:16:37 -0500 Subject: [PATCH] Update README.md add new recent models as examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 519ed8c5..5a8fd6f2 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Here are some example open-source models that can be downloaded: | Model | Parameters | Size | Download | | ------------------ | ---------- | ----- | ------------------------------ | +| Neural Chat | 7B | 4.1GB | `ollama run neural-chat` | +| Starling | 7B | 4.1GB | `ollama run starling-lm` | | Mistral | 7B | 4.1GB | `ollama run mistral` | | Llama 2 | 7B | 3.8GB | `ollama run llama2` | | Code Llama | 7B | 3.8GB | `ollama run codellama` |