From 8d7b8d673fce172acd1e6cc190730819859aa4b3 Mon Sep 17 00:00:00 2001 From: zhisbug Date: Thu, 22 Jun 2023 22:54:33 -0700 Subject: [PATCH] update model sizes --- content/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/projects.json b/content/projects.json index 5c33aea1..9be2bf13 100644 --- a/content/projects.json +++ b/content/projects.json @@ -12,7 +12,7 @@ { "name": "Vicuna", "architecture": "Base: LLaMA", - "size": "Size: 7B, 13B", + "size": "Size: 7B, 13B, 33B", "desc": "An open-source chatbot impressing GPT-4 with 90%* ChatGPT quality.", "link": "/blog/2023-03-30-vicuna" }